Merge pull request #181476 from SFrijters/wine-7.12

wine{Unstable,Staging}: 7.10 -> 7.12; vkd3d: 1.3 -> 1.4

authored by Dmitry Kalinkin and committed by GitHub 7dd3d933 822ebd3f

+5 -5
+3 -3
pkgs/applications/emulators/wine/sources.nix
··· 46 46 47 47 unstable = fetchurl rec { 48 48 # NOTE: Don't forget to change the SHA256 for staging as well. 49 - version = "7.10"; 49 + version = "7.12"; 50 50 url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz"; 51 - sha256 = "sha256-P+skzYWYwQ9q9xHnSsK10kQrtNO4wHj506JTroc2SA0="; 51 + sha256 = "sha256-gJzsE3FmNubq/Uw9pzEkVqhE0xYCClV4YRvNuiEGnGg="; 52 52 inherit (stable) gecko32 gecko64 patches; 53 53 54 54 mono = fetchurl rec { ··· 61 61 staging = fetchFromGitHub rec { 62 62 # https://github.com/wine-staging/wine-staging/releases 63 63 inherit (unstable) version; 64 - sha256 = "sha256-5Pt98pla6t+B3FjB80hOWJUO64jY1EmOPQ0hEkFBWxY="; 64 + sha256 = "sha256-A7IcBm3LzXzFu/NT+kbf2InTTuBzyQju/uMxSnIfsls="; 65 65 owner = "wine-staging"; 66 66 repo = "wine-staging"; 67 67 rev = "v${version}";
+2 -2
pkgs/applications/emulators/wine/vkd3d.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "vkd3d"; 7 - version = "1.3"; 7 + version = "1.4"; 8 8 9 9 src = fetchurl { 10 10 url = "https://dl.winehq.org/vkd3d/source/vkd3d-${version}.tar.xz"; 11 - sha256 = "134b347806d34a4d2b39ea29ff1c2b38443793803a3adc50800855bb929fb8b2"; 11 + sha256 = "sha256-yLqF9gSCyHPAVs9tuw6veRvIq30W1ipH83uYQbapCr0="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ flex bison ];