betula: 1.6.0 -> 1.7.0 (#517878)

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