ham: unstable-2022-10-26 -> unstable-2023-10-06
This commit is contained in:
parent
57a323f304
commit
28cfd573de
1 changed files with 5 additions and 7 deletions
|
@ -5,24 +5,24 @@
|
||||||
, openssh
|
, openssh
|
||||||
, GitRepository
|
, GitRepository
|
||||||
, URI
|
, URI
|
||||||
, XMLMini
|
, XMLParser
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPerlPackage {
|
buildPerlPackage {
|
||||||
pname = "ham-unstable";
|
pname = "ham-unstable";
|
||||||
version = "2022-10-26";
|
version = "2023-10-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kernkonzept";
|
owner = "kernkonzept";
|
||||||
repo = "ham";
|
repo = "ham";
|
||||||
rev = "f2f10516177d00a79fe81701351632df2544ba4e";
|
rev = "90d104ce481ee8f9b770be4b37d97f34eef5f82f";
|
||||||
hash = "sha256-cxlZh1x8ycpZIwSeOwqB6BtwYaMoWtSPaeiyW41epdk=";
|
hash = "sha256-DeHH7k9K7CmQW6eOyf8TCV/HNYS30oFnI1b8ztBDk/o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
propagatedBuildInputs = [ openssh GitRepository URI XMLMini ];
|
propagatedBuildInputs = [ openssh GitRepository URI XMLParser ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
@ -38,8 +38,6 @@ buildPerlPackage {
|
||||||
--prefix PATH : ${openssh}/bin
|
--prefix PATH : ${openssh}/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool to manage big projects consisting of multiple loosely-coupled git repositories";
|
description = "A tool to manage big projects consisting of multiple loosely-coupled git repositories";
|
||||||
homepage = "https://github.com/kernkonzept/ham";
|
homepage = "https://github.com/kernkonzept/ham";
|
||||||
|
|
Loading…
Reference in a new issue