Merge pull request #133027 from legendofmiracles/rpg-cli/update

rpg-cli: 0.5.0 -> 0.6.0

authored by Sandro and committed by GitHub ceb24520 5e1754e8

+3 -3
+3 -3
pkgs/games/rpg-cli/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "rpg-cli"; 5 - version = "0.5.0"; 5 + version = "0.6.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "facundoolano"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-LRTHnYxjPraVISAERT6XJGKIA3YJIilgEwU6olq2CRc="; 11 + sha256 = "sha256-R0Yaxe7Z1gPH0pvfytl5lOJKDZi4hN/upY/baMLc3Aw="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-ZlQy/JiYKDKPCEWrAFvKV6WsAkk2zsPpfJADB+kPyuo="; 14 + cargoSha256 = "sha256-pvhZlj1uy5DZV+RBnqkUlVQPdQqGhh0YLE9aGFS3s1g="; 15 15 16 16 # tests assume the authors macbook, and thus fail 17 17 doCheck = false;