go-audit: 1.2.1 -> 1.2.2 (#534342)

This commit is contained in:
Fabian Affolter
2026-06-23 00:12:33 +00:00
committed by GitHub
+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;