Commit 5eb2c2b2 authored by figsoda's avatar figsoda
Browse files

pipe-rename: 1.6.2 -> 1.6.3

parent 4916216d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];

@@ -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";