Loading pkgs/tools/misc/pipe-rename/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ rustPlatform.buildRustPackage rec { pname = "pipe-rename"; version = "1.6.2"; version = "1.6.3"; src = fetchCrate { inherit pname version; sha256 = "sha256-eMTqKKcFeEICref35/RHWNzpnjLDrG7rjcXjOSAnwIo="; hash = "sha256-vpSzyDswIIKVFEHwTvFvPq3SRoBePHSv4A31rlj4ymU="; }; cargoSha256 = "sha256-X4wmhyWpjq4EyAVsfdeP76NSC9tcZjZ6woCsRvw0Gzo="; cargoHash = "sha256-tlG2Vk1YJBZs2mX1/QqIyFqOsnaK9oa+PsYcmKISC4E="; nativeCheckInputs = [ python3 ]; Loading @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Rename your files using your favorite text editor"; homepage = "https://github.com/marcusbuffet/pipe-rename"; homepage = "https://github.com/marcusbuffett/pipe-rename"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; mainProgram = "renamer"; Loading Loading
pkgs/tools/misc/pipe-rename/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ rustPlatform.buildRustPackage rec { pname = "pipe-rename"; version = "1.6.2"; version = "1.6.3"; src = fetchCrate { inherit pname version; sha256 = "sha256-eMTqKKcFeEICref35/RHWNzpnjLDrG7rjcXjOSAnwIo="; hash = "sha256-vpSzyDswIIKVFEHwTvFvPq3SRoBePHSv4A31rlj4ymU="; }; cargoSha256 = "sha256-X4wmhyWpjq4EyAVsfdeP76NSC9tcZjZ6woCsRvw0Gzo="; cargoHash = "sha256-tlG2Vk1YJBZs2mX1/QqIyFqOsnaK9oa+PsYcmKISC4E="; nativeCheckInputs = [ python3 ]; Loading @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Rename your files using your favorite text editor"; homepage = "https://github.com/marcusbuffet/pipe-rename"; homepage = "https://github.com/marcusbuffett/pipe-rename"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; mainProgram = "renamer"; Loading