betula: 1.3.1 -> 1.4.0

This commit is contained in:
Max Siling
2025-04-02 22:26:33 +03:00
parent 42d1c4f86c
commit 0db68e1fba
+3 -3
View File
@@ -5,15 +5,15 @@
}:
buildGoModule rec {
pname = "betula";
version = "1.3.1";
version = "1.4.0";
src = fetchFromSourcehut {
owner = "~bouncepaw";
repo = "betula";
rev = "v${version}";
hash = "sha256-20sA2Hnnppr2RXqu2Qx2bkU/u9FUkH6INUUGx2zKfao=";
hash = "sha256-f2F0YRhDnKdMqcUvpcRFNAI62gbusfzIUKQSZ65onMU=";
};
vendorHash = "sha256-SWcQYF8LP6lw5kWlAVFt3qiwDnvpSOXenmdm6TSfJSc=";
vendorHash = "sha256-3PS4fIyHbGGjnbMOy2VIQBXsnIyYDKR/ecl/i5jwSVM=";
env.CGO_ENABLED = 1;
# These tests use internet, so are failing in Nix build.