mediaelch: 2.8.8 -> 2.8.10

This commit is contained in:
Felix Buehler 2021-05-03 18:21:59 +02:00
parent d4e149c8ff
commit 7bae8676ee

View file

@ -15,13 +15,13 @@
mkDerivation rec {
pname = "mediaelch";
version = "2.8.8";
version = "2.8.10";
src = fetchFromGitHub {
owner = "Komet";
repo = "MediaElch";
rev = "v${version}";
sha256 = "0yif0ibmlj0bhl7fnhg9yclxg2iyjygmjhffinp5kgqy0vaabkzw";
sha256 = "1ay36q1151lvlkzmbibwv84ic90ih2hzgwx34dndxxs034vbxjv8";
fetchSubmodules = true;
};