Skip to content

Commit 844c3cc

Browse files
authored
nomino: 1.5.0 -> 1.6.0 (NixOS#377282)
2 parents 262f4bb + 1ce79c9 commit 844c3cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/no/nomino/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "nomino";
9-
version = "1.5.0";
9+
version = "1.6.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "yaa110";
1313
repo = pname;
1414
rev = version;
15-
hash = "sha256-/5rKlPRo3+BsqPgHJ0M/JDGwA0c4rAiOd7gGClPfxMg=";
15+
hash = "sha256-BWfgXg3DYdhSzO3qtkwDZ+BZGcIqm82G3ZryaetLYgM=";
1616
};
1717

18-
cargoHash = "sha256-LaLMa66paTW9Wubus3phc7IgDW54sJFSf4VHnJHGq3o=";
18+
cargoHash = "sha256-xmm9vOcHsRXw5zAptuiSF7xnA81HsHiG8v+nN/T77Yk=";
1919

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

0 commit comments

Comments
 (0)