summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2023-10-23 00:38:33 +0200
committerGitHub <noreply@github.com>2023-10-23 00:38:33 +0200
commita990f74cf854c7f93957a28c456f7fb4e11d93c6 (patch)
tree1343b2205f3fd5173c953370afbd2e40e9a3b610 /pkgs/games
parentdb4b707870b3b01d03ce75f2fb7e3226c9d3804a (diff)
downloadnixpkgs-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar
nixpkgs-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar.gz
nixpkgs-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar.bz2
nixpkgs-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar.lz
nixpkgs-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar.xz
nixpkgs-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar.zst
nixpkgs-a990f74cf854c7f93957a28c456f7fb4e11d93c6.zip
treewide: sha256 -> hash (#262801)
* tumpa: sha256 -> hash

* qubes-core-vchan-xen: sha256 -> hash

* qdmr: sha256 -> hash

* w_scan2: sha256 -> hash

* libcdada: sha256 -> hash

* eidolon: sha256 -> hash

* freenukum: sha256 -> hash

* promscale: sha256 -> hash

* tacacsplus: sha256 -> hash

* blflash: sha256 -> hash

* silicon: sha256 -> hash

* nethoscope: sha256 -> hash

* pmacct: sha256 -> hash

* tayga: sha256 -> hash

* alejandra: sha256 -> hash

* igrep: sha256 -> hash

* cwm: sha256 -> hash

* dasel: sha256 -> hash
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/eidolon/default.nix2
-rw-r--r--pkgs/games/freenukum/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/eidolon/default.nix b/pkgs/games/eidolon/default.nix
index 8807852f248..34bfd415189 100644
--- a/pkgs/games/eidolon/default.nix
+++ b/pkgs/games/eidolon/default.nix
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
     owner = "~nicohman";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Ofc3i+iMmbUgY3bomUk4rM3bEQInTV3rIPz3m0yZw/o=";
+    hash = "sha256-Ofc3i+iMmbUgY3bomUk4rM3bEQInTV3rIPz3m0yZw/o=";
   };
 
   cargoLock = {
diff --git a/pkgs/games/freenukum/default.nix b/pkgs/games/freenukum/default.nix
index 89c26099db0..ed6c41edac4 100644
--- a/pkgs/games/freenukum/default.nix
+++ b/pkgs/games/freenukum/default.nix
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
     owner = "silwol";
     repo = "freenukum";
     rev = "v${version}";
-    sha256 = "sha256-Tk9n2gPwyPin6JZ4RSO8d/+xVpEz4rF8C2eGKwrAXU0=";
+    hash = "sha256-Tk9n2gPwyPin6JZ4RSO8d/+xVpEz4rF8C2eGKwrAXU0=";
   };
 
   cargoSha256 = "sha256-8RfiObWDqZJg+sjjDBk+sRoS5CiECIdNPH79T+O8e8M=";