xmlsec: 1.3.6 -> 1.3.7

This commit is contained in:
K900
2025-02-15 07:15:57 +03:00
parent a98390d3e4
commit cbebd8b37d
+2 -2
View File
@@ -4,11 +4,11 @@
lib.fix (self:
stdenv.mkDerivation rec {
pname = "xmlsec";
version = "1.3.6";
version = "1.3.7";
src = fetchurl {
url = "https://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz";
sha256 = "sha256-lStiatPzvhpFmGItq1L9qyqGBNCDfBsAWJ82N1Na+S8=";
sha256 = "sha256-2C6TtpuKogWmFrYpF6JpMiv2Oj6q+zd1AU5hdSsgE+o=";
};
patches = [