about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 03:52:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 03:52:27 +0000
commitc7aa4409336c3da6907e890d18eda792c5a78662 (patch)
tree307357788cd80d0a392c8d9b3cef405e9eca18bf /pkgs/games
parent366b2f7a5a8a180449e25e8474a43551418f5e37 (diff)
downloadnixlib-c7aa4409336c3da6907e890d18eda792c5a78662.tar
nixlib-c7aa4409336c3da6907e890d18eda792c5a78662.tar.gz
nixlib-c7aa4409336c3da6907e890d18eda792c5a78662.tar.bz2
nixlib-c7aa4409336c3da6907e890d18eda792c5a78662.tar.lz
nixlib-c7aa4409336c3da6907e890d18eda792c5a78662.tar.xz
nixlib-c7aa4409336c3da6907e890d18eda792c5a78662.tar.zst
nixlib-c7aa4409336c3da6907e890d18eda792c5a78662.zip
rpg-cli: 1.0.0 -> 1.0.1
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/rpg-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/rpg-cli/default.nix b/pkgs/games/rpg-cli/default.nix
index 8128a67ebeee..cad3b539d9ad 100644
--- a/pkgs/games/rpg-cli/default.nix
+++ b/pkgs/games/rpg-cli/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rpg-cli";
-  version = "1.0.0";
+  version = "1.0.1";
 
   src = fetchFromGitHub {
     owner = "facundoolano";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Ih+1qO/VHkRp766WDe09xXL/pkby+sURopy7m5wRn4Y=";
+    sha256 = "sha256-rhG/EK68PWvQYoZdjhk0w7oNmh/QiTaAt4/WgEkgxEA=";
   };
 
-  cargoSha256 = "sha256-Au7Nlpl4XOSG8rW0DaHFDqBr1kUY5Emyw6ff0htPc+I=";
+  cargoSha256 = "sha256-YXQohmDmkClziaLkL2N4cGURZ0tewyt7BuNY4hS+a4w=";
 
   # tests assume the authors macbook, and thus fail
   doCheck = false;