nomino: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm 2022-08-12 14:22:09 +00:00
parent 84ee3aa55b
commit 98a5be62a2

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "nomino"; pname = "nomino";
version = "1.2.1"; version = "1.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yaa110"; owner = "yaa110";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-+bnEuSro3/t9aXu2WpwsaqHqB+poSXsVbna01a7pnKo="; sha256 = "sha256-Zczj2HQkm6/hXH24pOXYT5r7RS/SI/39s5XtNnc7f9o=";
}; };
cargoSha256 = "sha256-IKsA8btCmKnZfRIwS4QdxJMi1As6SNbTI7ibOL7M+5U="; cargoSha256 = "sha256-mjekXjHhi8gxjD47DmTs3TGtnXp3FbxiIq7Uo+rOvKc=";
meta = with lib; { meta = with lib; {
description = "Batch rename utility for developers"; description = "Batch rename utility for developers";