Skip to content

Commit 559268a

Browse files
mfaktc: 0.23.5 -> 0.23.6 (#437940)
2 parents e20ad66 + 730eae6 commit 559268a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mf/mfaktc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "mfaktc";
12-
version = "0.23.5";
12+
version = "0.23.6";
1313

1414
src = fetchFromGitHub {
1515
owner = "primesearch";
1616
repo = "mfaktc";
1717
tag = "${finalAttrs.version}";
1818
fetchSubmodules = true;
19-
hash = "sha256-NUcRd+WvmRjXC7rfOKFw4mue7V9oobsy/OTHHEoaiHo=";
19+
hash = "sha256-+oO2zMGxcnkEUlD1q5Sy79aXp7BtGTTsvbKjPqBt7sw=";
2020
};
2121

2222
enableParallelBuilding = true;

0 commit comments

Comments
 (0)