We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e1bcb commit b0319a9Copy full SHA for b0319a9
pkgs/development/compilers/mono/6.nix
@@ -4,11 +4,11 @@
4
fetchpatch,
5
}:
6
7
-callPackage ./generic.nix (rec {
8
- version = "6.14.0";
+callPackage ./generic.nix rec {
+ version = "6.14.1";
9
src = fetchurl {
10
url = "https://dl.winehq.org/mono/sources/mono/mono-${version}.tar.xz";
11
- hash = "sha256-bdZLOQD15dX1UBbYnM92NchznLszzbgcHDthYi6R1RA=";
+ hash = "sha256-MCTJfAvIy81hHEAdX5lFKHBBCM6zHzGyjepHgwBNCCA=";
12
};
13
extraPatches = [
14
# https://gitlab.winehq.org/mono/mono/-/merge_requests/101
@@ -18,4 +18,4 @@ callPackage ./generic.nix (rec {
18
hash = "sha256-qyc3t1OyDzWBSnNW+W2YpdgFfTBs1Ew13jwdGKs09u0=";
19
})
20
];
21
-})
+}
0 commit comments