Unverified Commit 173a51ed authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #317774 from r-ryantm/auto-update/nomino

nomino: 1.3.4 -> 1.3.5
parents 3a8797c1 534af24a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "nomino";
  version = "1.3.4";
  version = "1.3.5";

  src = fetchFromGitHub {
    owner = "yaa110";
    repo = pname;
    rev = version;
    hash = "sha256-jV1GqwQURRFPGuFXPhtgbBJHOdroQk6KHMI5yHa0Z64=";
    hash = "sha256-qznue5C/6Y+54/gV1lLgJPCezW0zF2Fe2ZlMvU57+Q0=";
  };

  cargoHash = "sha256-QluOfU8TO5422lVXswjiQb2YleWiq5twwYzpBJsBs2Y=";
  cargoHash = "sha256-28QXDhpcrW1flnU5WesAdbJSMrZAhIuFv2LSJHTk74Y=";

  meta = with lib; {
    description = "Batch rename utility for developers";