xmlsec: 1.2.26 -> 1.2.28

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
This commit is contained in:
R. RyanTM 2019-05-04 10:42:55 -07:00
parent c87f3820e5
commit a5062a2807

View File

@ -2,14 +2,14 @@
, openssl, nss, makeWrapper }:
let
version = "1.2.26";
version = "1.2.28";
in
stdenv.mkDerivation rec {
name = "xmlsec-${version}";
src = fetchurl {
url = "https://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz";
sha256 = "0l1dk344rn3j2vnj13daz72xd8j1msvzhg82n2il5ji0qz4pd0ld";
sha256 = "1m12caglhyx08g8lh2sl3nkldlpryzdx2d572q73y3m33s0w9vhk";
};
outputs = [ "out" "dev" ];