Unverified Commit aa8d5a71 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

goat: 0.2.0 -> 0.5.0 (#477089)

parents 9af67fcf 27b01e93
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildGoModule (finalAttrs: {
  pname = "goat";
  version = "0.2.0";
  version = "0.5.0";

  src = fetchFromGitHub {
    owner = "blampe";
    repo = "goat";
    rev = "v${finalAttrs.version}";
    hash = "sha256-/m9qRTVrak+C4Df5y+36Ff7E0TdwHVbQEyrP+qfNF6E=";
    hash = "sha256-+x+bOgNa9nOMWUMUVK816DK7f4SuoWEbRr2OZ+iSPig=";
  };

  vendorHash = "sha256-24YllmSUzRcqWbJ8NLyhsJaoGG2+yE8/eXX6teJ1nV8=";
  vendorHash = "sha256-RRjEFZLbfeiFUWjGZI4HSZ8PhVj1IMlU5D4Nb1sexoQ=";

  passthru.updateScript = nix-update-script { };