Unverified Commit 13207d7a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

goose: 3.24.0 -> 3.24.1 (#373644)

parents b287c226 364c67ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "goose";
  version = "3.24.0";
  version = "3.24.1";

  src = fetchFromGitHub {
    owner = "pressly";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-VAdRlmEY4fAMQtKLfleleW/thnPJJcfSBw+efCNNSmc=";
    hash = "sha256-Dy6HHmf1kHd0KJ1EuPnNaa/zIQPUClvwJ8gUR7pi3Cw=";
  };

  proxyVendor = true;