Merge pull request #272233 from r-ryantm/auto-update/mediaelch

mediaelch: 2.10.4 -> 2.10.6
This commit is contained in:
Felix Bühler
2023-12-05 20:57:47 +01:00
committed by GitHub
+2 -2
View File
@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mediaelch";
version = "2.10.4";
version = "2.10.6";
src = fetchFromGitHub {
owner = "Komet";
repo = "MediaElch";
rev = "v${version}";
hash = "sha256-gNpnmyUKDXf40+1JmJzNyEPIv/DO8b3CdJAphheEvTU=";
hash = "sha256-qc7HaCMAmALY9MoIKmaCWF0cnwBBFDAXwqiBzwzu2bU=";
fetchSubmodules = true;
};