summary refs log tree commit diff
path: root/pkgs/tools/games
diff options
context:
space:
mode:
authormib <mib@mib.dev>2023-06-20 01:40:12 +0200
committermib <mib@kanp.ai>2023-07-02 13:24:10 +0200
commit0020bf2ff058fd9216f80d0c3f43168ae825fc45 (patch)
tree5c06a3385599c245b41a053b5a52639a649d6f47 /pkgs/tools/games
parenteb65a8b165e6e3cbbd78f541f638ef29baf014e0 (diff)
downloadnixpkgs-0020bf2ff058fd9216f80d0c3f43168ae825fc45.tar
nixpkgs-0020bf2ff058fd9216f80d0c3f43168ae825fc45.tar.gz
nixpkgs-0020bf2ff058fd9216f80d0c3f43168ae825fc45.tar.bz2
nixpkgs-0020bf2ff058fd9216f80d0c3f43168ae825fc45.tar.lz
nixpkgs-0020bf2ff058fd9216f80d0c3f43168ae825fc45.tar.xz
nixpkgs-0020bf2ff058fd9216f80d0c3f43168ae825fc45.tar.zst
nixpkgs-0020bf2ff058fd9216f80d0c3f43168ae825fc45.zip
slipstream: use hash not sha256 for github fetch
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
Diffstat (limited to 'pkgs/tools/games')
-rw-r--r--pkgs/tools/games/slipstream/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];