Skip to content

Commit

Permalink
shibboleth-sp: 2.6.0 -> 2.6.1
Browse files Browse the repository at this point in the history
Resolves #33875

(cherry picked from commit a42aef3)
  • Loading branch information
jammerful authored and orivej committed Jan 19, 2018
1 parent 784598c commit 5141f28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/shibboleth-sp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "shibboleth-sp-${version}";
version = "2.6.0";
version = "2.6.1";

src = fetchgit {
url = "https://git.shibboleth.net/git/cpp-sp.git";
rev = "9ebba5c3a16d03769f436e383e4c4cdaa33f5509";
sha256 = "1b5r4nd098lnjwr2g13f04ycqv5fvbrhpwg6fsdk8xy9cigvfzxj";
rev = version;
sha256 = "01q13p7gc0janjfml6zs46na8qnval8hc833fk2wrnmi4w9xw4fd";
};

buildInputs = [ boost fcgi openssl opensaml-cpp log4shib pkgconfig xercesc xml-security-c xml-tooling-c ];
Expand Down

0 comments on commit 5141f28

Please sign in to comment.