betula: 1.5.0 -> 1.6.0 (#514126)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-27 21:59:23 +00:00
committed by GitHub
+3 -3
View File
@@ -5,15 +5,15 @@
}:
buildGoModule (finalAttrs: {
pname = "betula";
version = "1.5.0";
version = "1.6.0";
src = fetchFromSourcehut {
owner = "~bouncepaw";
repo = "betula";
rev = "v${finalAttrs.version}";
hash = "sha256-zrJkQNQmkp0JiXZL3YSPEkeavEJhu5KnONfOze9pttY=";
hash = "sha256-14ws/iVVnvS6SRwco1iSBOZzYP6pIGhBwX5CDiwm93o=";
};
vendorHash = "sha256-8YDilb03J7fd6dj9CohvDDe9ylwXrrREvCP83yGpTyg=";
vendorHash = "sha256-PFvMZZUvHDE8onTxrqI53+gEFvZ42zJn4Q7gtDrmRdo=";
env.CGO_ENABLED = 1;
# These tests use internet, so are failing in Nix build.