mediaelch: 2.10.6 -> 2.12.0 (#348273)

This commit is contained in:
Felix Bühler 2024-10-13 17:53:20 +02:00 committed by GitHub
commit d952bea4cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,13 +23,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mediaelch"; pname = "mediaelch";
version = "2.10.6"; version = "2.12.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Komet"; owner = "Komet";
repo = "MediaElch"; repo = "MediaElch";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-qc7HaCMAmALY9MoIKmaCWF0cnwBBFDAXwqiBzwzu2bU="; hash = "sha256-m2d4lnyD8HhhqovMdeG36dMK+4kJA7rlPHE2tlhfevo=";
fetchSubmodules = true; fetchSubmodules = true;
}; };