pipe-rename: 1.6.4 -> 1.6.5

Diff: https://diff.rs/pipe-rename/1.6.4/1.6.5
This commit is contained in:
figsoda 2023-06-28 18:18:52 -04:00
parent 7f96d460ff
commit 17ef21cb0f

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "pipe-rename";
version = "1.6.4";
version = "1.6.5";
src = fetchCrate {
inherit pname version;
hash = "sha256-LSkUZ90lS2QGF6f8sFvunuYpw8Cmx8s6JCCOJYo2j7g=";
hash = "sha256-av/ig76O7t3dB4Irfi3yqyL30nkJJCzs5EayWRbpOI0=";
};
cargoHash = "sha256-wvs1uYqm9kb4hp4tgOR3UZzW1rButEWQYpv0Ca9CXe0=";
cargoHash = "sha256-3p6Bf9UfCb5uc5rp/yuXixcDkuXfTiboLl8TI0O52hE=";
nativeCheckInputs = [ python3 ];