Merge pull request #92555 from r-ryantm/auto-update/redo-apenwarr
redo-apenwarr: 0.42a -> 0.42c
This commit is contained in:
commit
a6fad046a8
@ -1,16 +1,16 @@
|
|||||||
{ stdenv, lib, python3, fetchFromGitHub, mkdocs, which, findutils, coreutils
|
{ stdenv, lib, python3, fetchFromGitHub, which, findutils, coreutils
|
||||||
, perl
|
, perl, installShellFiles
|
||||||
, doCheck ? true
|
, doCheck ? true
|
||||||
}: stdenv.mkDerivation rec {
|
}: stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "redo-apenwarr";
|
pname = "redo-apenwarr";
|
||||||
version = "0.42a";
|
version = "0.42c";
|
||||||
|
|
||||||
src = fetchFromGitHub rec {
|
src = fetchFromGitHub rec {
|
||||||
owner = "apenwarr";
|
owner = "apenwarr";
|
||||||
repo = "redo";
|
repo = "redo";
|
||||||
rev = "${repo}-${version}";
|
rev = "${repo}-${version}";
|
||||||
sha256 = "172z2idslhcqibd4lw82k6349nl5fdda2vj10dqcjz0lvv6n7php";
|
sha256 = "0kc2gag1n5583195gs38gjm8mb7in9y70c07fxibsay19pvvb8iw";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -53,15 +53,21 @@
|
|||||||
(with python3.pkgs; [ beautifulsoup4 markdown ])
|
(with python3.pkgs; [ beautifulsoup4 markdown ])
|
||||||
which
|
which
|
||||||
findutils
|
findutils
|
||||||
|
installShellFiles
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
installShellCompletion --bash contrib/bash_completion.d/redo
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.";
|
description = "Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo";
|
||||||
homepage = "https://github.com/apenwarr/redo";
|
homepage = "https://github.com/apenwarr/redo";
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
andrewchambers
|
andrewchambers
|
||||||
ck3d
|
ck3d
|
||||||
];
|
];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
platforms = python3.meta.platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user