refinery-cli: 0.8.12 -> 0.8.13

This commit is contained in:
R. Ryantm 2024-03-30 04:43:06 +00:00
parent cd75d22750
commit 3f971d9676

View File

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "refinery-cli"; pname = "refinery-cli";
version = "0.8.12"; version = "0.8.13";
src = fetchCrate { src = fetchCrate {
pname = "refinery_cli"; pname = "refinery_cli";
inherit version; inherit version;
sha256 = "sha256-ftti/+Zl9/8CsrlEI5gZQF0M33vzl5aK3X/EfCujtY4="; sha256 = "sha256-5PncxxJ63WGwJk4MexqOJZQEhdoe4WMz8gsHZgjxBPM=";
}; };
cargoHash = "sha256-KlZTgg/Y4cXy5DR8iT4olVTF0kq1g5AQm3Sjpmrl6lk="; cargoHash = "sha256-C0/11Ky5mXcEFPxa72jkJLg/DDxPz/Jmmfa2oHpHF6k=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];