3
0
Fork 0
forked from mirrors/nixpkgs

pipe-rename: 1.5.0 -> 1.6.0

This commit is contained in:
figsoda 2022-10-26 14:07:02 -04:00
parent 8ad3176fba
commit 3fefdcd78d

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "pipe-rename";
version = "1.5.0";
version = "1.6.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-NTAZy2ERxznRVld1WzYBchJakOIfs5uJr3yRNt81rMg=";
sha256 = "sha256-fAjJDHc6p/+a1RLricpNkww4JLJBAXNMfw1T2HmlxPg=";
};
cargoSha256 = "sha256-6Rv3rVQEvxdrEp5plhf9NAxpXOD4szwFGU5M6tvakzk=";
cargoSha256 = "sha256-UvYRegfc/+cFx7kLuhQIYZGla5YCrWXKOsTMlV9c874=";
checkInputs = [ python3 ];