From 0020bf2ff058fd9216f80d0c3f43168ae825fc45 Mon Sep 17 00:00:00 2001 From: mib Date: Tue, 20 Jun 2023 01:40:12 +0200 Subject: slipstream: use hash not sha256 for github fetch Co-authored-by: Pol Dellaiera --- pkgs/tools/games/slipstream/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/games') diff --git a/pkgs/tools/games/slipstream/default.nix b/pkgs/tools/games/slipstream/default.nix index 08ac1869996..9b8a098a6c6 100644 --- a/pkgs/tools/games/slipstream/default.nix +++ b/pkgs/tools/games/slipstream/default.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { owner = "Vhati"; repo = "Slipstream-Mod-Manager"; rev = "v${version}"; - sha256 = "sha256-F+o94Oh9qxVdfgwdmyOv+WZl1BjQuzhQWaVrAgScgIU="; + hash = "sha256-F+o94Oh9qxVdfgwdmyOv+WZl1BjQuzhQWaVrAgScgIU="; }; nativeBuildInputs = [ makeWrapper ]; -- cgit 1.4.1