saml2aws: 2.10.0 -> 2.15.0

This commit is contained in:
Paul Myjavec
2019-07-11 10:39:42 +02:00
committed by Matthieu Coudron
parent f72d7c49d5
commit 95395fbf54
2 changed files with 84 additions and 2 deletions
+3 -2
View File
@@ -2,7 +2,8 @@
buildGoPackage rec {
name = "saml2aws-${version}";
version = "2.10.0";
pname = "saml2aws";
version = "2.15.0";
goPackagePath = "github.com/versent/saml2aws";
goDeps = ./deps.nix;
@@ -15,7 +16,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "Versent";
repo = "saml2aws";
sha256 = "00m8x57fgry601w5f9dxnxdqbbqjiv7c0rsx47iv9qsp0w7l50c5";
sha256 = "0pn4zdzisgan7vvgi7hp8716wsb2x33gq55c7fw1aa2qwy0bq3gp";
};
meta = with stdenv.lib; {