lol

nomino: 1.3.3 -> 1.3.4

+3 -3
+3 -3
pkgs/tools/misc/nomino/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "nomino"; 5 - version = "1.3.3"; 6 7 src = fetchFromGitHub { 8 owner = "yaa110"; 9 repo = pname; 10 rev = version; 11 - hash = "sha256-XT8+mwfDFsBVEcpttus1KeIS+4sKqJMJTwqYI3LfW5k="; 12 }; 13 14 - cargoHash = "sha256-KpjGwqjVORyxXJbMi2Ok7s6gRmM/aJRTsPtu/0PgGr8="; 15 16 meta = with lib; { 17 description = "Batch rename utility for developers";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "nomino"; 5 + version = "1.3.4"; 6 7 src = fetchFromGitHub { 8 owner = "yaa110"; 9 repo = pname; 10 rev = version; 11 + hash = "sha256-jV1GqwQURRFPGuFXPhtgbBJHOdroQk6KHMI5yHa0Z64="; 12 }; 13 14 + cargoHash = "sha256-QluOfU8TO5422lVXswjiQb2YleWiq5twwYzpBJsBs2Y="; 15 16 meta = with lib; { 17 description = "Batch rename utility for developers";