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

saml2aws: 2.34.0 -> 2.36.0
This commit is contained in:
Jonas Heinrich 2022-08-21 15:24:08 +02:00 committed by GitHub
commit 4ca9a94e0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "saml2aws";
version = "2.34.0";
version = "2.36.0";
src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "sha256-JRJjuVF0MkV7KVmbAZhiWPWVwDORByCsZqPwdTuVRoA=";
sha256 = "sha256-Mux0n8uBnh9R+llA/XAVsfcDWIDxoaQkkSuhoSpIhl4=";
};
vendorSha256 = "sha256-/N/RYqt+lhhECK+uq99vkm3Mg7PWpdE0GYLXkIYthNw=";
vendorSha256 = "sha256-cxfanKv25U8U6FQ1YfOXghAR8GYQB9PN0TkfLzG4UbI=";
buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];