Unverified Commit 95ccfea5 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

alpaca-proxy: 2.0.10 -> 2.0.11 (#432722)

parents 5a982134 cce4f95e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
  pname = "alpaca-proxy";
  version = "2.0.10";
  version = "2.0.11";

  src = fetchFromGitHub {
    owner = "samuong";
    repo = "alpaca";
    tag = "v${version}";
    hash = "sha256-1CMuZl1bVlofogPwA2wRuQPlXNE2EM1B8rDDDaJGq64=";
    hash = "sha256-74JQ9ltJ7+sasySgNN3AaXlBILP7VgFN06adoNJG+Bc=";
  };

  vendorHash = "sha256-N9qpyCQg6H1v/JGJ2wCxDX+ZTM9x6/BM6wQ26xC+dlE=";