We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 262f4bb + 1ce79c9 commit 844c3ccCopy full SHA for 844c3cc
pkgs/by-name/no/nomino/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "nomino";
9
- version = "1.5.0";
+ version = "1.6.0";
10
11
src = fetchFromGitHub {
12
owner = "yaa110";
13
repo = pname;
14
rev = version;
15
- hash = "sha256-/5rKlPRo3+BsqPgHJ0M/JDGwA0c4rAiOd7gGClPfxMg=";
+ hash = "sha256-BWfgXg3DYdhSzO3qtkwDZ+BZGcIqm82G3ZryaetLYgM=";
16
};
17
18
- cargoHash = "sha256-LaLMa66paTW9Wubus3phc7IgDW54sJFSf4VHnJHGq3o=";
+ cargoHash = "sha256-xmm9vOcHsRXw5zAptuiSF7xnA81HsHiG8v+nN/T77Yk=";
19
20
meta = with lib; {
21
description = "Batch rename utility for developers";
0 commit comments