From 3655af58284da1a427a064cd006f5fc7f44378f5 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 24 Jun 2021 08:59:59 +0700 Subject: [PATCH] update wine sha256 when you use nix-prefetch-url without --unpack --- overlays/wine-osu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/wine-osu.nix b/overlays/wine-osu.nix index d7d4a33..9bdb29c 100644 --- a/overlays/wine-osu.nix +++ b/overlays/wine-osu.nix @@ -4,7 +4,7 @@ let owner = "wine-mirror"; repo = "wine"; rev = "1de583a4dac7d704b2d4291ada4a1885cd8cd1c9"; - sha256 = "0h3wgd84lvv55b4fknzkclnmkj32c5xcr7z0fgqkfghv2b0ywpnb"; + sha256 = "1mbyy3szwgi0wjgb30hqy8y9azx6xnjrz80j3j1liv3194bmsia1"; }; staging = super.fetchFromGitHub rec {