mediaelch: 2.8.10 -> 2.8.12

This commit is contained in:
Felix Buehler 2021-05-10 12:20:27 +02:00
parent 7bae8676ee
commit fcc68ce3a7

View file

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