rename: 1.9 -> 1.11
This commit is contained in:
parent
7c679678d6
commit
1e1dcb723d
@ -1,19 +1,19 @@
|
|||||||
{ lib, fetchFromGitHub, perlPackages }:
|
{ lib, fetchFromGitHub, perlPackages }:
|
||||||
|
|
||||||
perlPackages.buildPerlPackage {
|
perlPackages.buildPerlPackage rec {
|
||||||
pname = "rename";
|
pname = "rename";
|
||||||
version = "1.9";
|
version = "1.11";
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pstray";
|
owner = "pstray";
|
||||||
repo = "rename";
|
repo = "rename";
|
||||||
rev = "d46f1d0ced25dc5849acb5d5974a3e2e9d97d536";
|
rev = "v${version}";
|
||||||
sha256 = "0qahs1cqfaci2hdf1xncrz4k0z5skkfr43apnm3kybs7za33apzw";
|
sha256 = "SK6wS3IxjCftuDiiZU27TFnn9GVd137zmzvGH88cNLI=";
|
||||||
};
|
};
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Rename files according to a Perl rewrite expression";
|
description = "Rename files according to a Perl rewrite expression";
|
||||||
homepage = "https://github.com/pstray/rename";
|
homepage = "https://github.com/pstray/rename";
|
||||||
maintainers = with maintainers; [ mkg ];
|
maintainers = with maintainers; [ mkg cyplo ];
|
||||||
license = with licenses; [ gpl1Plus ];
|
license = with licenses; [ gpl1Plus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user