Merge pull request #218512 from figsoda/rnr

rnr: 0.4.1 -> 0.4.2
This commit is contained in:
Nick Cao 2023-02-27 14:29:13 +08:00 committed by GitHub
commit 2f64a7aa5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rnr"; pname = "rnr";
version = "0.4.1"; version = "0.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ismaelgv"; owner = "ismaelgv";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1r1ahh8bmqrc7zb4bq5ka8bsngncf7im51nf5il49cvysij1i4q8"; sha256 = "sha256-g/PnvOZzlWzEHf3vvYANeJ2ogQ/6duNzhlKpKMBoBFU=";
}; };
cargoSha256 = "sha256-qgKL+y+w+9ADClxLNwglHMufaysY0K9g29PyuXZ7x7g="; cargoSha256 = "sha256-+oDRNBQ03MknhcTpZFKt0ipJY43LPOKbGF014rrs6dw=";
meta = with lib; { meta = with lib; {
description = "A command-line tool to batch rename files and directories"; description = "A command-line tool to batch rename files and directories";