lol

Merge pull request #34022 from jammerful/master

Update Shibboleth Service Provider Packages

authored by

Orivej Desh and committed by
GitHub
2cd8b7eb dfa6a81a

+9 -9
+3 -3
pkgs/development/libraries/opensaml-cpp/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "opensaml-cpp-${version}"; 5 - version = "2.6.0"; 5 + version = "2.6.1"; 6 6 7 7 src = fetchgit { 8 8 url = "https://git.shibboleth.net/git/cpp-opensaml.git"; 9 - rev = "61193de29e4c9f1ccff7ed7e1f42c2748c62be77"; 10 - sha256 = "1jlxa1f2qn0kd15fzjqp80apxn42v47wg3mx1vk424m31rhi00xr"; 9 + rev = version; 10 + sha256 = "0wjb6jyvh4hwpy1pvhh63i821746nqijysrd4vasbirkf4h6z7nx"; 11 11 }; 12 12 13 13 buildInputs = [ boost openssl log4shib xercesc xml-security-c xml-tooling-c zlib ];
+3 -3
pkgs/development/libraries/shibboleth-sp/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "shibboleth-sp-${version}"; 5 - version = "2.6.0"; 5 + version = "2.6.1"; 6 6 7 7 src = fetchgit { 8 8 url = "https://git.shibboleth.net/git/cpp-sp.git"; 9 - rev = "9ebba5c3a16d03769f436e383e4c4cdaa33f5509"; 10 - sha256 = "1b5r4nd098lnjwr2g13f04ycqv5fvbrhpwg6fsdk8xy9cigvfzxj"; 9 + rev = version; 10 + sha256 = "01q13p7gc0janjfml6zs46na8qnval8hc833fk2wrnmi4w9xw4fd"; 11 11 }; 12 12 13 13 nativeBuildInputs = [ autoreconfHook pkgconfig ];
+3 -3
pkgs/development/libraries/xml-tooling-c/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "xml-tooling-c-${version}"; 5 - version = "1.6.0"; 5 + version = "1.6.3"; 6 6 7 7 src = fetchgit { 8 8 url = "https://git.shibboleth.net/git/cpp-xmltooling.git"; 9 - rev = "db08101c3854518a59096be95ed6564838381744"; 10 - sha256 = "0rhzvxm4z3pm28kpk34hayhm12bjjms2kygv1z68vnz8ijzgcinq"; 9 + rev = version; 10 + sha256 = "09z2pp3yy3kqx22vwgxyi3s0vlpdv9camw8dpi3q8piff6zxak3q"; 11 11 }; 12 12 13 13 buildInputs = [ boost curl openssl log4shib xercesc xml-security-c ];