Unverified Commit 03a31919 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

gost: 3.2.3 -> 3.2.4 (#435072)

parents 9d6cd881 f997a7a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildGoModule (finalAttrs: {
  pname = "gost";
  version = "3.2.3";
  version = "3.2.4";

  src = fetchFromGitHub {
    owner = "go-gost";
    repo = "gost";
    tag = "v${finalAttrs.version}";
    hash = "sha256-B2ffIGS0tURZI7uVALih7YM9thBWAjihdIdSHhQFnE8=";
    hash = "sha256-zFGoM+fYO/o70LJ2fbzhMv4qbjLozJGmGbudqHjCFRU=";
  };

  vendorHash = "sha256-WvCNvmH/KpFivKMBqBMgKi9VieOegGIrh463YC9WwAg=";
  vendorHash = "sha256-W3CHttD9iGpl2wG/Pa21YY6ACf5M894p25nLfMX0+F4=";

  # Based on ldflags in upstream's .goreleaser.yaml
  ldflags = [