pipe-rename: 1.6.3 -> 1.6.4

Diff: https://diff.rs/pipe-rename/1.6.3/1.6.4
This commit is contained in:
figsoda 2023-05-27 09:28:12 -04:00
parent 88555d518d
commit 5c06cf351b

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "pipe-rename";
version = "1.6.3";
version = "1.6.4";
src = fetchCrate {
inherit pname version;
hash = "sha256-vpSzyDswIIKVFEHwTvFvPq3SRoBePHSv4A31rlj4ymU=";
hash = "sha256-LSkUZ90lS2QGF6f8sFvunuYpw8Cmx8s6JCCOJYo2j7g=";
};
cargoHash = "sha256-tlG2Vk1YJBZs2mX1/QqIyFqOsnaK9oa+PsYcmKISC4E=";
cargoHash = "sha256-wvs1uYqm9kb4hp4tgOR3UZzW1rButEWQYpv0Ca9CXe0=";
nativeCheckInputs = [ python3 ];