Skip to content

Commit b0319a9

Browse files
committed
mono: 6.14.0 -> 6.14.1
1 parent 85e1bcb commit b0319a9

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/compilers/mono

1 file changed

+4
-4
lines changed

pkgs/development/compilers/mono/6.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
fetchpatch,
55
}:
66

7-
callPackage ./generic.nix (rec {
8-
version = "6.14.0";
7+
callPackage ./generic.nix rec {
8+
version = "6.14.1";
99
src = fetchurl {
1010
url = "https://dl.winehq.org/mono/sources/mono/mono-${version}.tar.xz";
11-
hash = "sha256-bdZLOQD15dX1UBbYnM92NchznLszzbgcHDthYi6R1RA=";
11+
hash = "sha256-MCTJfAvIy81hHEAdX5lFKHBBCM6zHzGyjepHgwBNCCA=";
1212
};
1313
extraPatches = [
1414
# https://gitlab.winehq.org/mono/mono/-/merge_requests/101
@@ -18,4 +18,4 @@ callPackage ./generic.nix (rec {
1818
hash = "sha256-qyc3t1OyDzWBSnNW+W2YpdgFfTBs1Ew13jwdGKs09u0=";
1919
})
2020
];
21-
})
21+
}

0 commit comments

Comments
 (0)