Merge pull request #196165 from r-ryantm/auto-update/saml2aws

saml2aws: 2.36.0 -> 2.36.1
This commit is contained in:
Mario Rodas 2022-10-15 14:58:50 -05:00 committed by GitHub
commit 611bf8f183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "saml2aws";
version = "2.36.0";
version = "2.36.1";
src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "sha256-Mux0n8uBnh9R+llA/XAVsfcDWIDxoaQkkSuhoSpIhl4=";
sha256 = "sha256-3kBxMC+xXienHOu6YnJNCXd9Tc8rF5WUQF827GkauhQ=";
};
vendorSha256 = "sha256-cxfanKv25U8U6FQ1YfOXghAR8GYQB9PN0TkfLzG4UbI=";