Merge pull request #265750 from herrwiese/for-master/ham-20231006

ham: unstable-2022-10-26 -> unstable-2023-10-06
This commit is contained in:
Peder Bergebakken Sundt 2024-01-19 17:02:59 +01:00 committed by GitHub
commit 261314120c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,24 +5,24 @@
, openssh
, GitRepository
, URI
, XMLMini
, XMLParser
}:
buildPerlPackage {
pname = "ham-unstable";
version = "2022-10-26";
version = "2023-10-06";
src = fetchFromGitHub {
owner = "kernkonzept";
repo = "ham";
rev = "f2f10516177d00a79fe81701351632df2544ba4e";
hash = "sha256-cxlZh1x8ycpZIwSeOwqB6BtwYaMoWtSPaeiyW41epdk=";
rev = "90d104ce481ee8f9b770be4b37d97f34eef5f82f";
hash = "sha256-DeHH7k9K7CmQW6eOyf8TCV/HNYS30oFnI1b8ztBDk/o=";
};
outputs = [ "out" ];
nativeBuildInputs = [ makeWrapper ];
propagatedBuildInputs = [ openssh GitRepository URI XMLMini ];
propagatedBuildInputs = [ openssh GitRepository URI XMLParser ];
preConfigure = ''
patchShebangs .
@ -38,8 +38,6 @@ buildPerlPackage {
--prefix PATH : ${openssh}/bin
'';
doCheck = false;
meta = with lib; {
description = "A tool to manage big projects consisting of multiple loosely-coupled git repositories";
homepage = "https://github.com/kernkonzept/ham";