Merge pull request #245351 from SuperSamus/wine-update

winePackages: fix gecko32 hash

authored by Pol Dellaiera and committed by GitHub 27112e18 d4c90d53

+2 -2
+2 -2
pkgs/applications/emulators/wine/sources.nix
··· 78 78 gecko32 = fetchurl rec { 79 79 version = "2.47.4"; 80 80 url = "https://dl.winehq.org/wine/wine-gecko/${version}/wine-gecko-${version}-x86.msi"; 81 - hash = "sha256-Ja7MR3BrCRkI9/gUvdsHTGG+uAYzGOnvxaf3iYV3k9Y="; 81 + hash = "sha256-Js7MR3BrCRkI9/gUvdsHTGG+uAYzGOnvxaf3iYV3k9Y="; 82 82 }; 83 83 gecko64 = fetchurl rec { 84 84 version = "2.47.4"; ··· 117 117 staging = fetchFromGitHub rec { 118 118 # https://github.com/wine-staging/wine-staging/releases 119 119 inherit (unstable) version; 120 - hash = "sha256-JuXTqD0lxUGMbA9USORD0gh2OiZDqrSw8a01KSKkwnU="; 120 + hash = "sha256-5upC+IWHBJE5DeFv96lD1hr4LYYaqAAzfxIroK9KlOY="; 121 121 owner = "wine-staging"; 122 122 repo = "wine-staging"; 123 123 rev = "v${version}";