go-autoconfig: fix version; use hash, structuredAttrs (#555553)

This commit is contained in:
tomberek
2026-08-23 03:53:13 +00:00
committed by GitHub

View File

@@ -6,13 +6,15 @@
buildGoModule {
pname = "go-autoconfig";
version = "unstable-2022-08-03";
version = "0.0.1-unstable-2022-08-03";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "savely-krasovsky";
repo = "go-autoconfig";
rev = "b1b182202da82cc881dccd715564853395d4f76a";
sha256 = "sha256-Rbg6Ghp5NdcLSLSIhwwFFMKmZPWsboDyHCG6ePqSSZA=";
hash = "sha256-Rbg6Ghp5NdcLSLSIhwwFFMKmZPWsboDyHCG6ePqSSZA=";
};
vendorHash = "sha256-pI2iucrt7XLLZNOz364kOEulXxPdvJp92OewqnkQEO4=";