summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorlegendofmiracles <30902201+legendofmiracles@users.noreply.github.com>2022-02-15 14:47:45 -0500
committerGitHub <noreply@github.com>2022-02-15 14:47:45 -0500
commit1ab1a16ba9e7d586cc493ae37761aee560bb3895 (patch)
treef5e29f1626f5d764887a077483ac48183b49e015 /pkgs/games
parent05e1f8a2c7797b0d9f9e07ab2aaeccecdcf9b7da (diff)
parentc7aa4409336c3da6907e890d18eda792c5a78662 (diff)
downloadnixpkgs-1ab1a16ba9e7d586cc493ae37761aee560bb3895.tar
nixpkgs-1ab1a16ba9e7d586cc493ae37761aee560bb3895.tar.gz
nixpkgs-1ab1a16ba9e7d586cc493ae37761aee560bb3895.tar.bz2
nixpkgs-1ab1a16ba9e7d586cc493ae37761aee560bb3895.tar.lz
nixpkgs-1ab1a16ba9e7d586cc493ae37761aee560bb3895.tar.xz
nixpkgs-1ab1a16ba9e7d586cc493ae37761aee560bb3895.tar.zst
nixpkgs-1ab1a16ba9e7d586cc493ae37761aee560bb3895.zip
Merge pull request #159736 from r-ryantm/auto-update/rpg-cli
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 8128a67ebee..cad3b539d9a 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;