pax-utils: 1.3.3 -> 1.3.4

While at it added trivial updater.

changes: https://gitweb.gentoo.org/proj/pax-utils.git/log/
This commit is contained in:
Sergei Trofimovich
2022-04-29 08:02:24 +01:00
parent 95261182f0
commit 4901ac200b
+9 -3
View File
@@ -1,12 +1,12 @@
{ stdenv, lib, fetchurl, bash }:
{ stdenv, lib, fetchurl, bash, gitUpdater }:
stdenv.mkDerivation rec {
pname = "pax-utils";
version = "1.3.3";
version = "1.3.4";
src = fetchurl {
url = "mirror://gentoo/distfiles/${pname}-${version}.tar.xz";
sha256 = "sha256-7sp/vZi8Zr6tSncADCAl2fF+qCAbhCRYgkBs4AubaxQ=";
sha256 = "sha256-i67S+cWujgzaG5x1mQhkEBr8ZPrQpGFuEPP/jviRBAs=";
};
strictDeps = true;
@@ -15,6 +15,12 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
passthru.updateScript = gitUpdater {
inherit pname version;
url = "https://anongit.gentoo.org/git/proj/pax-utils.git";
rev-prefix = "v";
};
meta = with lib; {
description = "ELF utils that can check files for security relevant properties";
longDescription = ''