Skip to content

Commit

Permalink
wine{Unstable,Staging}: 7.17 -> 7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters authored and Martino Fontana committed Nov 1, 2022
1 parent 7f9be6a commit 8ef33c9
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 @@ -46,9 +46,9 @@ in rec {

unstable = fetchurl rec {
# NOTE: Don't forget to change the SHA256 for staging as well.
version = "7.17";
version = "7.18";
url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz";
sha256 = "sha256-JDa4rFDWKPTKOsUwDBgmY9/PpIuhulVIp3KOtmH7T0E=";
sha256 = "sha256-Pt9ieT8lmbC7FxQtLliGcAVUl1ReGUP+gGc7kmfP6fY=";
inherit (stable) gecko32 gecko64 patches;

mono = fetchurl rec {
Expand All @@ -61,7 +61,7 @@ in rec {
staging = fetchFromGitHub rec {
# https://github.com/wine-staging/wine-staging/releases
inherit (unstable) version;
sha256 = "sha256-eC5nYX6Cjutd30rrAn6SavWlQtF8swMHDzsESN4SUmo=";
sha256 = "sha256-WkDuBiUDESrxvPFHcS91KWF2m7M4C5yDx0fSPmVXsp8=";
owner = "wine-staging";
repo = "wine-staging";
rev = "v${version}";
Expand Down

0 comments on commit 8ef33c9

Please sign in to comment.