Skip to content

Commit f042242

Browse files
authored
libmcfp: 1.3.4 -> 1.3.5 (#377668)
2 parents 83e600c + d15d719 commit f042242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libmcfp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "libmcfp";
10-
version = "1.3.4";
10+
version = "1.3.5";
1111

1212
src = fetchFromGitHub {
1313
owner = "mhekkel";
1414
repo = "libmcfp";
1515
tag = "v${finalAttrs.version}";
16-
hash = "sha256-7Oy7qEXIAJ50NXL4+Mm67WrivpubDz7uLWZ3YVzTFxA=";
16+
hash = "sha256-e4scwaCwKU2M5FJ/+UTNDigazopQwGhCIqDatQX7ERw=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)