Merge pull request #246222 from Stunkymonkey/mediaelch-2.10.4

mediaelch: 2.10.2 -> 2.10.4
This commit is contained in:
davidak 2023-08-06 04:43:38 +02:00 committed by GitHub
commit e24d9ffc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mediaelch";
version = "2.10.2";
version = "2.10.4";
src = fetchFromGitHub {
owner = "Komet";
repo = "MediaElch";
rev = "v${version}";
sha256 = "sha256-y8NXBPShmhp0QiuSbVA2JvZrv70Z76Kmdw+RuBnMtPY=";
hash = "sha256-gNpnmyUKDXf40+1JmJzNyEPIv/DO8b3CdJAphheEvTU=";
fetchSubmodules = true;
};