Merge pull request #261219 from r-ryantm/auto-update/nginx-sso

nginx-sso: 0.27.1 -> 0.27.2

authored by Nick Cao and committed by GitHub ee5ff79a 2c2c8f11

+3 -3
+3 -3
pkgs/servers/nginx-sso/default.nix
··· 6 7 buildGoModule rec { 8 pname = "nginx-sso"; 9 - version = "0.27.1"; 10 11 src = fetchFromGitHub { 12 owner = "Luzifer"; 13 repo = "nginx-sso"; 14 rev = "v${version}"; 15 - hash = "sha256-mJwUAMjFUSbJZ8o096o2ntfd7c7dNU+LbgbL/l8aDGc="; 16 }; 17 18 - vendorHash = "sha256-nyzcFYnUm2xxAdiy16vVyeF57zRI9D+P+/58pP6evDs="; 19 20 postInstall = '' 21 mkdir -p $out/share
··· 6 7 buildGoModule rec { 8 pname = "nginx-sso"; 9 + version = "0.27.2"; 10 11 src = fetchFromGitHub { 12 owner = "Luzifer"; 13 repo = "nginx-sso"; 14 rev = "v${version}"; 15 + hash = "sha256-Lpaqcxw1q609rYuEd1zrAKXE0GDEi72wl2eoFezvrV8="; 16 }; 17 18 + vendorHash = "sha256-XReXxugMfR2l2LMTvXpSJa7Z9BX7LytwYdYNijPtciE="; 19 20 postInstall = '' 21 mkdir -p $out/share