refinery-cli: 0.8.7 -> 0.8.9

This commit is contained in:
R. Ryantm 2023-05-07 05:19:50 +00:00
parent 590d05ac6c
commit 4490ec53c8

View file

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec {
pname = "refinery-cli";
version = "0.8.7";
version = "0.8.9";
src = fetchCrate {
pname = "refinery_cli";
inherit version;
sha256 = "sha256-M4Kq1Sy5kJayESv0hHIktCf1bQgNOEFQcjg4RCqFCK4=";
sha256 = "sha256-KNidO4HO4fcGXWJxFYsat2duZTzUA8XFcaK+Qzb1HFI=";
};
cargoSha256 = "sha256-LObxOh2lOtSTm4gITTbQ2S9rMlyUOAAvMJmtvZy5bJs=";
cargoHash = "sha256-nYqOGSFQ4GdUdLkZ2Xtx+bRj2sX6joxKjNqm9CloODU=";
nativeBuildInputs = [ pkg-config ];