Skip to content

Commit

Permalink
wine64Packages.{unstable,staging}: 9.19 -> 9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
avnik authored and tomfitzhenry committed Oct 23, 2024
1 parent 7dace11 commit da466ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/emulators/wine/sources.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ in rec {

unstable = fetchurl rec {
# NOTE: Don't forget to change the hash for staging as well.
version = "9.19";
version = "9.20";
url = "https://dl.winehq.org/wine/source/9.x/wine-${version}.tar.xz";
hash = "sha256-LBOgw/MfJaVNQV2GeFoa1G74oHrpc7a2mTRaRSBqwBU=";
hash = "sha256-lfK0WxRYElvn2fzMlMpfjM4KXkrhHQ0ZPPt93bNeeoY=";
inherit (stable) patches;

## see http://wiki.winehq.org/Gecko
Expand Down Expand Up @@ -117,7 +117,7 @@ in rec {
staging = fetchFromGitLab rec {
# https://gitlab.winehq.org/wine/wine-staging
inherit (unstable) version;
hash = "sha256-TKW8y8kPsI0af/nEr3rU9nH49I77u+/6CHE64JgdkOU=";
hash = "sha256-ewozuCtYPaV9d4XD9sdRGMfJcBIE13TC5vNEWdbcGCs=";
domain = "gitlab.winehq.org";
owner = "wine";
repo = "wine-staging";
Expand Down

0 comments on commit da466ad

Please sign in to comment.