rpg-cli: 0.4.1 -> 0.5.0

This commit is contained in:
legendofmiracles 2021-06-27 00:20:53 -06:00
parent aedc67d64f
commit 189a6ba91d
No known key found for this signature in database
GPG key ID: 19B082B3DEFE5451

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rpg-cli"; pname = "rpg-cli";
version = "0.4.1"; version = "0.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facundoolano"; owner = "facundoolano";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "07ar7almaz005jch7zm63kxyxvk3bphi2gl88xsb2rk5srkbb2s2"; sha256 = "sha256-LRTHnYxjPraVISAERT6XJGKIA3YJIilgEwU6olq2CRc=";
}; };
cargoSha256 = "sha256-wJPRI3jfV+v/XpIU9+j1jXlyfjkFCEHZdFJx/KMNT9o="; cargoSha256 = "sha256-ZlQy/JiYKDKPCEWrAFvKV6WsAkk2zsPpfJADB+kPyuo=";
# tests assume the authors macbook, and thus fail # tests assume the authors macbook, and thus fail
doCheck = false; doCheck = false;