shibboleth-sp: 2.6.0 -> 2.6.1

Resolves #33875
This commit is contained in:
jammerful 2018-01-18 13:53:14 -05:00 committed by Orivej Desh
parent edd3180aa2
commit a42aef3bdc

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "shibboleth-sp-${version}"; name = "shibboleth-sp-${version}";
version = "2.6.0"; version = "2.6.1";
src = fetchgit { src = fetchgit {
url = "https://git.shibboleth.net/git/cpp-sp.git"; url = "https://git.shibboleth.net/git/cpp-sp.git";
rev = "9ebba5c3a16d03769f436e383e4c4cdaa33f5509"; rev = version;
sha256 = "1b5r4nd098lnjwr2g13f04ycqv5fvbrhpwg6fsdk8xy9cigvfzxj"; sha256 = "01q13p7gc0janjfml6zs46na8qnval8hc833fk2wrnmi4w9xw4fd";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];