mucommander: 1.2.0-1 -> 1.3.0-1

This commit is contained in:
Jiajie Chen 2023-08-02 00:02:35 +08:00
parent 1da4ff5585
commit 501cf3e1af

View file

@ -10,13 +10,13 @@
}: }:
let let
version = "1.2.0-1"; version = "1.3.0-1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mucommander"; owner = "mucommander";
repo = "mucommander"; repo = "mucommander";
rev = version; rev = version;
sha256 = "sha256-OrtC7E/8n9uEo7zgFHYQqXV3qLpdKtxwbwZfxoOqTqA="; sha256 = "sha256-rSHHv96L2EHQuKBSAdpfi1XGP2u9o2y4g1+65FHWFMw=";
}; };
postPatch = '' postPatch = ''
@ -49,7 +49,7 @@ let
''; '';
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHash = "sha256-T4UhEzkaYh237+ZsoQTv1RgqcAKY4dPc/3x+dEie4A8="; outputHash = "sha256-9tCcUg7hDNbkZiQEWtVRsUUfms73aU+vt5tQsfknM+E=";
}; };
in in