3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #184771 from r-ryantm/auto-update/xmlsec

This commit is contained in:
Martin Weinelt 2022-08-05 23:52:26 +02:00 committed by GitHub
commit f96da4c9f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
lib.fix (self:
stdenv.mkDerivation rec {
pname = "xmlsec";
version = "1.2.33";
version = "1.2.34";
src = fetchurl {
url = "https://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz";
sha256 = "sha256-JgQdNaIKJF7Vovue4HXxCCVmTSdCIMtRkDQPqHpNCTE=";
sha256 = "sha256-Us7UlD81vX0IGKOCmMFSjKSsilRED9cRNKB9LRNwomI=";
};
patches = [