pax-utils: 1.3.8 -> 1.3.10

Changes: https://gitweb.gentoo.org/proj/pax-utils.git/log/?h=v1.3.10
This commit is contained in:
Sergei Trofimovich
2025-12-29 22:56:03 +00:00
parent c10e9960ea
commit 6bb3244ff8
+2 -2
View File
@@ -18,12 +18,12 @@
stdenv.mkDerivation rec {
pname = "pax-utils";
version = "1.3.8";
version = "1.3.10";
src = fetchgit {
url = "https://anongit.gentoo.org/git/proj/pax-utils.git";
rev = "v${version}";
hash = "sha256-fOdiZcS1ZWGN8U5v65LzGIZJD6hCl5dbLMHDpSyms+8=";
hash = "sha256-qoFXQ/RqvdjsVhXVZZjWKnE0khak9HjOGi/UrfTLS8M=";
};
strictDeps = true;