oauth2-proxy: 7.8.1 -> 7.8.2

This commit is contained in:
R. Ryantm
2025-03-26 00:48:33 +00:00
parent db6ea9d70b
commit 100cfd22cb
+3 -3
View File
@@ -6,12 +6,12 @@
buildGoModule rec {
pname = "oauth2-proxy";
version = "7.8.1";
version = "7.8.2";
src = fetchFromGitHub {
repo = pname;
owner = "oauth2-proxy";
sha256 = "sha256-NU9/BLyTEWGqt9SJNbvF4kSG/op8TEpYV2A24/V29PM=";
sha256 = "sha256-RT0uoNRFFZ3BNSwukGZ0P70jtDYAwUI1m+pzFyHnNjU=";
rev = "v${version}";
};
@@ -19,7 +19,7 @@ buildGoModule rec {
./fix-tests-go-1.24.diff
];
vendorHash = "sha256-t/SJjh9bcsIevr3S0ysDlvtaIGzkks+qvfXF5/SEidE=";
vendorHash = "sha256-5wkwXHLFEhr5H1vpw4T659456KqgBeMZ8OAnYYU5Ln0=";
# Taken from https://github.com/oauth2-proxy/oauth2-proxy/blob/master/Makefile
ldflags = [ "-X main.VERSION=${version}" ];