wineUnstable: fix wine-mono version 6.4.0 -> 7.0.0

main
Alexander Bich 3 years ago committed by Stefan Frijters
parent 4e4b91356f
commit 078fed4305
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F
  1. 4
      pkgs/misc/emulators/wine/sources.nix

@ -51,9 +51,9 @@ in rec {
## see http://wiki.winehq.org/Mono
mono = fetchurl rec {
version = "6.4.0";
version = "7.0.0";
url = "https://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}-x86.msi";
sha256 = "sha256-24uF87kQWQ9hrb+gAFqZXWE+KZocxz0AVT1w3IEBDjY=";
sha256 = "sha256-s35vyeWQ5YIkPcJdcqX8wzDDp5cN/cmKeoHSOEW6iQA=";
};
patches = [

Loading…
Cancel
Save