summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@gmail.com>2023-07-25 11:11:49 +0200
committerMartino Fontana <tinozzo123@gmail.com>2023-07-25 11:15:59 +0200
commit77160c83ca034746cff85f60cf51002da2c320a6 (patch)
treec9dd605375d0dda729f46ad530f019b3ffd3f47d /pkgs/applications/emulators
parentb01545f8ccb3a5e3abd6d112e0862b6165f0bd6d (diff)
downloadnixpkgs-77160c83ca034746cff85f60cf51002da2c320a6.tar
nixpkgs-77160c83ca034746cff85f60cf51002da2c320a6.tar.gz
nixpkgs-77160c83ca034746cff85f60cf51002da2c320a6.tar.bz2
nixpkgs-77160c83ca034746cff85f60cf51002da2c320a6.tar.lz
nixpkgs-77160c83ca034746cff85f60cf51002da2c320a6.tar.xz
nixpkgs-77160c83ca034746cff85f60cf51002da2c320a6.tar.zst
nixpkgs-77160c83ca034746cff85f60cf51002da2c320a6.zip
winePackages: fix gecko32 and staging hash
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/wine/sources.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix
index 3ddfb184f1b..23fcf4a4422 100644
--- a/pkgs/applications/emulators/wine/sources.nix
+++ b/pkgs/applications/emulators/wine/sources.nix
@@ -78,7 +78,7 @@ in rec {
     gecko32 = fetchurl rec {
       version = "2.47.4";
       url = "https://dl.winehq.org/wine/wine-gecko/${version}/wine-gecko-${version}-x86.msi";
-      hash = "sha256-Ja7MR3BrCRkI9/gUvdsHTGG+uAYzGOnvxaf3iYV3k9Y=";
+      hash = "sha256-Js7MR3BrCRkI9/gUvdsHTGG+uAYzGOnvxaf3iYV3k9Y=";
     };
     gecko64 = fetchurl rec {
       version = "2.47.4";
@@ -117,7 +117,7 @@ in rec {
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    hash = "sha256-JuXTqD0lxUGMbA9USORD0gh2OiZDqrSw8a01KSKkwnU=";
+    hash = "sha256-5upC+IWHBJE5DeFv96lD1hr4LYYaqAAzfxIroK9KlOY=";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";