Commit 7e42236d authored by R. RyanTM's avatar R. RyanTM
Browse files

goeland: 0.18.3 -> 0.20.1

parent 66576dcd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"