rpg-cli: 0.5.0 -> 0.6.0

This commit is contained in:
legendofmiracles 2021-08-07 09:51:14 -06:00
parent 189a6ba91d
commit 4e370c5020
No known key found for this signature in database
GPG Key ID: 19B082B3DEFE5451
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "rpg-cli";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "facundoolano";
repo = pname;
rev = version;
sha256 = "sha256-LRTHnYxjPraVISAERT6XJGKIA3YJIilgEwU6olq2CRc=";
sha256 = "sha256-R0Yaxe7Z1gPH0pvfytl5lOJKDZi4hN/upY/baMLc3Aw=";
};
cargoSha256 = "sha256-ZlQy/JiYKDKPCEWrAFvKV6WsAkk2zsPpfJADB+kPyuo=";
cargoSha256 = "sha256-pvhZlj1uy5DZV+RBnqkUlVQPdQqGhh0YLE9aGFS3s1g=";
# tests assume the authors macbook, and thus fail
doCheck = false;