goeland: 0.18.3 -> 0.20.1 (#414422)

This commit is contained in:
Nick Cao
2025-06-06 18:10:59 -04:00
committed by GitHub

View File

@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "goeland";
version = "0.18.3";
version = "0.20.1";
src = fetchFromGitHub {
owner = "slurdge";
repo = "goeland";
rev = "v${version}";
sha256 = "sha256-4xhw6L6CuwW2MepwGvpVLVafMcU/g0bn/2M/8ZSRF/U=";
sha256 = "sha256-5MKkjUOAXz6R7PdChuJA4ybc07gHdO9BF68CpI7OExA=";
};
vendorHash = "sha256-TZIHYFE4kJu5EOQ9oT8S0Tp/r38d5RhoLdmIrus8Ibc=";
vendorHash = "sha256-Jnui1toAV4VvPs6T7UqgAUarFjuik/OnLUrF5VqI+EU=";
ldflags = [
"-s"