mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
saml2aws: 2.25.0 -> 2.26.1
This commit is contained in:
parent
b56c66e7e8
commit
d362779958
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "saml2aws";
|
pname = "saml2aws";
|
||||||
version = "2.25.0";
|
version = "2.26.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Versent";
|
owner = "Versent";
|
||||||
repo = "saml2aws";
|
repo = "saml2aws";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "12aidylamrq4rvy2cfdz669lr1p20yqrshigcc5x1hrlhh9y64xc";
|
sha256 = "09b217x10mn3y244rwym0fcqr4ly6n83wnykb77488kn960b0pqb";
|
||||||
};
|
};
|
||||||
|
|
||||||
hid = fetchFromGitHub {
|
hid = fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in a new issue