go-audit: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm
2026-06-22 18:38:17 +00:00
parent 7476fccabd
commit 53e656a241
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "go-audit";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "slackhq";
repo = "go-audit";
rev = "v${finalAttrs.version}";
sha256 = "sha256-VzxFhaeETmhjYWBLQil10OhV4k8w6EHfV0qnun73gb0=";
sha256 = "sha256-Si8OuvQOyRN17DJC3mvFS7xkpbID8zcAD8n44VSLsTA=";
};
vendorHash = "sha256-g5NP5QY8kNPQLLT9GGqHIQXkaBoZ+Wqna7KknCIwBNM=";
vendorHash = "sha256-eUuLLpF8p7nTiddRy0hlqZ+n+OyvyJ1D20X1jvqKVC8=";
# Tests need network access
doCheck = false;