mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 07:57:44 +00:00
pipe-rename: 1.6.1 -> 1.6.2
This commit is contained in:
parent
6ab58617f3
commit
8586e6c26a
@ -2,14 +2,14 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "pipe-rename";
|
||||
version = "1.6.1";
|
||||
version = "1.6.2";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-95Gj5iy8VYBzpV0kmGhronIR5LSjelfOueBQD/8gbfw=";
|
||||
sha256 = "sha256-eMTqKKcFeEICref35/RHWNzpnjLDrG7rjcXjOSAnwIo=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-HiElAPgNeICEVbMBfK6syCoQb5smHhBH1MOuo2swci4=";
|
||||
cargoSha256 = "sha256-X4wmhyWpjq4EyAVsfdeP76NSC9tcZjZ6woCsRvw0Gzo=";
|
||||
|
||||
nativeCheckInputs = [ python3 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user