Merge pull request #110699 from Stunkymonkey/mediaelch

mediaelch: 2.8.4 -> 2.8.6
This commit is contained in:
Sandro 2021-01-25 02:06:50 +01:00 committed by GitHub
commit 9e29d266af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
mkDerivation rec {
pname = "mediaelch";
version = "2.8.4";
version = "2.8.6";
src = fetchFromGitHub {
owner = "Komet";
repo = "MediaElch";
rev = "v${version}";
sha256 = "00jwmpdwbn6rgaha0iimcbwg9pwb8ilpjgxhv0p13j2c6dcisjzh";
sha256 = "1134vw7hr0mpqcsxjq4bqmg5760dngz17bzj97ypfc5cvzcxjh43";
fetchSubmodules = true;
};