saml2aws: 2.34.0 -> 2.36.0

This commit is contained in:
R. Ryantm 2022-07-29 21:52:40 +00:00
parent f0df0acc16
commit 74e0943566

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 ];