From a517a2867c5bdadbf6296c969437ed3808f1d5f6 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 14 Jul 2022 15:07:14 +0200 Subject: [PATCH 1/3] wine{Unstable,Staging}: 7.10 -> 7.11 --- pkgs/applications/emulators/wine/sources.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix index a7cc12db5527..939a0bbb17cd 100644 --- a/pkgs/applications/emulators/wine/sources.nix +++ b/pkgs/applications/emulators/wine/sources.nix @@ -46,9 +46,9 @@ in rec { unstable = fetchurl rec { # NOTE: Don't forget to change the SHA256 for staging as well. - version = "7.10"; + version = "7.11"; url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz"; - sha256 = "sha256-P+skzYWYwQ9q9xHnSsK10kQrtNO4wHj506JTroc2SA0="; + sha256 = "sha256-+ije7Znvuo5LDNm7Vs5i5XpNFVYLrr1L1ptnVKtB3D8="; inherit (stable) gecko32 gecko64 patches; mono = fetchurl rec { @@ -61,7 +61,7 @@ in rec { staging = fetchFromGitHub rec { # https://github.com/wine-staging/wine-staging/releases inherit (unstable) version; - sha256 = "sha256-5Pt98pla6t+B3FjB80hOWJUO64jY1EmOPQ0hEkFBWxY="; + sha256 = "sha256-oMRPgRknb/C2xe9IgVv8jpM5WxRtQjkfRY+IWxCF/Po="; owner = "wine-staging"; repo = "wine-staging"; rev = "v${version}"; From 58be603e7d248e9b7a6c0c9b9a0a1796b535d55d Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 14 Jul 2022 15:10:00 +0200 Subject: [PATCH 2/3] vkd3d: 1.3 -> 1.4 --- pkgs/applications/emulators/wine/vkd3d.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/wine/vkd3d.nix b/pkgs/applications/emulators/wine/vkd3d.nix index 4f06b886e231..c345c052c458 100644 --- a/pkgs/applications/emulators/wine/vkd3d.nix +++ b/pkgs/applications/emulators/wine/vkd3d.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { pname = "vkd3d"; - version = "1.3"; + version = "1.4"; src = fetchurl { url = "https://dl.winehq.org/vkd3d/source/vkd3d-${version}.tar.xz"; - sha256 = "134b347806d34a4d2b39ea29ff1c2b38443793803a3adc50800855bb929fb8b2"; + sha256 = "sha256-yLqF9gSCyHPAVs9tuw6veRvIq30W1ipH83uYQbapCr0="; }; nativeBuildInputs = [ flex bison ]; From 47c340212ddff6f4063e037ed2edb8f9db758e11 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 14 Jul 2022 15:12:08 +0200 Subject: [PATCH 3/3] wine{Unstable,Staging}: 7.11 -> 7.12 --- pkgs/applications/emulators/wine/sources.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix index 939a0bbb17cd..87e1f1b1db72 100644 --- a/pkgs/applications/emulators/wine/sources.nix +++ b/pkgs/applications/emulators/wine/sources.nix @@ -46,9 +46,9 @@ in rec { unstable = fetchurl rec { # NOTE: Don't forget to change the SHA256 for staging as well. - version = "7.11"; + version = "7.12"; url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz"; - sha256 = "sha256-+ije7Znvuo5LDNm7Vs5i5XpNFVYLrr1L1ptnVKtB3D8="; + sha256 = "sha256-gJzsE3FmNubq/Uw9pzEkVqhE0xYCClV4YRvNuiEGnGg="; inherit (stable) gecko32 gecko64 patches; mono = fetchurl rec { @@ -61,7 +61,7 @@ in rec { staging = fetchFromGitHub rec { # https://github.com/wine-staging/wine-staging/releases inherit (unstable) version; - sha256 = "sha256-oMRPgRknb/C2xe9IgVv8jpM5WxRtQjkfRY+IWxCF/Po="; + sha256 = "sha256-A7IcBm3LzXzFu/NT+kbf2InTTuBzyQju/uMxSnIfsls="; owner = "wine-staging"; repo = "wine-staging"; rev = "v${version}";