nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

wineUnstable: 5.15 -> 5.16

authored by

Alexander V. Nikolaev and committed by
Dmitry Kalinkin
e049f91e 1b197ce0

+3 -3
+3 -3
pkgs/misc/emulators/wine/sources.nix
··· 39 39 40 40 unstable = fetchurl rec { 41 41 # NOTE: Don't forget to change the SHA256 for staging as well. 42 - version = "5.15"; 42 + version = "5.16"; 43 43 url = "https://dl.winehq.org/wine/source/5.x/wine-${version}.tar.xz"; 44 - sha256 = "0589cxy2y0djz5awxsydvkigb4ajhwmmjahvvgnzsnvpsky7q9iz"; 44 + sha256 = "0j9268s1dy4cjvhcf4igbg54gaws4a1l3pda449qy2p2i4psdncq"; 45 45 inherit (stable) mono gecko32 gecko64; 46 46 }; 47 47 48 48 staging = fetchFromGitHub rec { 49 49 # https://github.com/wine-staging/wine-staging/releases 50 50 inherit (unstable) version; 51 - sha256 = "0y05vk3qw0yharqv357w4ffxfxbpwakbvyhlwsgrnlyzxq41zqb6"; 51 + sha256 = "1rrw15mrygv9zcbqz0c3s7q7971wqj89ys2bvvm4b0d2h4j0k6wq"; 52 52 owner = "wine-staging"; 53 53 repo = "wine-staging"; 54 54 rev = "v${version}";