Loading pkgs/tools/misc/nomino/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "nomino"; version = "1.3.3"; version = "1.3.4"; src = fetchFromGitHub { owner = "yaa110"; repo = pname; rev = version; hash = "sha256-XT8+mwfDFsBVEcpttus1KeIS+4sKqJMJTwqYI3LfW5k="; hash = "sha256-jV1GqwQURRFPGuFXPhtgbBJHOdroQk6KHMI5yHa0Z64="; }; cargoHash = "sha256-KpjGwqjVORyxXJbMi2Ok7s6gRmM/aJRTsPtu/0PgGr8="; cargoHash = "sha256-QluOfU8TO5422lVXswjiQb2YleWiq5twwYzpBJsBs2Y="; meta = with lib; { description = "Batch rename utility for developers"; Loading Loading
pkgs/tools/misc/nomino/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "nomino"; version = "1.3.3"; version = "1.3.4"; src = fetchFromGitHub { owner = "yaa110"; repo = pname; rev = version; hash = "sha256-XT8+mwfDFsBVEcpttus1KeIS+4sKqJMJTwqYI3LfW5k="; hash = "sha256-jV1GqwQURRFPGuFXPhtgbBJHOdroQk6KHMI5yHa0Z64="; }; cargoHash = "sha256-KpjGwqjVORyxXJbMi2Ok7s6gRmM/aJRTsPtu/0PgGr8="; cargoHash = "sha256-QluOfU8TO5422lVXswjiQb2YleWiq5twwYzpBJsBs2Y="; meta = with lib; { description = "Batch rename utility for developers"; Loading