summary refs log tree commit diff
path: root/pkgs/development/libraries/xmlsec
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-08 10:06:27 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-08 19:06:27 +0200
commit45eeb247019d6f05626ca06b9ea155fc2d8805a9 (patch)
tree55a7ad82ab65d915505d893f5c3ff1f319178555 /pkgs/development/libraries/xmlsec
parentd50e65b3465dc3add1fb7aa1e50c368ae10d4993 (diff)
downloadnixpkgs-45eeb247019d6f05626ca06b9ea155fc2d8805a9.tar
nixpkgs-45eeb247019d6f05626ca06b9ea155fc2d8805a9.tar.gz
nixpkgs-45eeb247019d6f05626ca06b9ea155fc2d8805a9.tar.bz2
nixpkgs-45eeb247019d6f05626ca06b9ea155fc2d8805a9.tar.lz
nixpkgs-45eeb247019d6f05626ca06b9ea155fc2d8805a9.tar.xz
nixpkgs-45eeb247019d6f05626ca06b9ea155fc2d8805a9.tar.zst
nixpkgs-45eeb247019d6f05626ca06b9ea155fc2d8805a9.zip
xmlsec: 1.2.25 -> 1.2.26 (#41655)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xmlsec/versions.

These checks were done:

- built on NixOS
- /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26/bin/.xmlsec1-wrapped passed the binary check.
- /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26/bin/xmlsec1 passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.2.26 with grep in /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26
- directory tree listing: https://gist.github.com/35b63e4ccf9a1df1b167177e91716a4e
- du listing: https://gist.github.com/d45eba60006ba229e2682ff2db682d96
Diffstat (limited to 'pkgs/development/libraries/xmlsec')
-rw-r--r--pkgs/development/libraries/xmlsec/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/xmlsec/default.nix b/pkgs/development/libraries/xmlsec/default.nix
index 32ce856eddd..e17ac6d1507 100644
--- a/pkgs/development/libraries/xmlsec/default.nix
+++ b/pkgs/development/libraries/xmlsec/default.nix
@@ -2,14 +2,14 @@
 , openssl, nss, makeWrapper }:
 
 let
-  version = "1.2.25";
+  version = "1.2.26";
 in
 stdenv.mkDerivation rec {
   name = "xmlsec-${version}";
 
   src = fetchurl {
     url = "http://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz";
-    sha256 = "1lpwj8dxwhha54sby0v5axjk79h56jnhjjiwiasbbk15vwzahz4n";
+    sha256 = "0l1dk344rn3j2vnj13daz72xd8j1msvzhg82n2il5ji0qz4pd0ld";
   };
 
   outputs = [ "out" "dev" ];