mediaelch: 2.10.2 -> 2.10.4

This commit is contained in:
Felix Buehler 2023-07-30 19:27:08 +02:00
parent 0a5e37e177
commit 82109414b6

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;
};