Unverified Commit 794bc9c3 authored by isabel's avatar isabel Committed by GitHub
Browse files

cocoon: 0.8.3 -> 0.8.4 (#489309)

parents 86c5b651 e9ef23dc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "cocoon";
  version = "0.8.3";
  version = "0.8.4";

  src = fetchFromGitHub {
    owner = "haileyok";
    repo = "cocoon";
    tag = "v${finalAttrs.version}";
    hash = "sha256-lyRTLnh+kxuvGfKML1g92+K3pR6okbVVnkCJMkBypRU=";
    hash = "sha256-xXXHJcI3icsCeOeI+6L/waK3+UtjhBZosQPLoGN1TiY=";
  };

  ldflags = [
@@ -21,7 +21,7 @@ buildGoModule (finalAttrs: {
    "-X main.Version=${finalAttrs.version}"
  ];

  vendorHash = "sha256-cNL9H8cXFEiBKwyZcg1AwFUDXzMINi+vjYecyP8KNP0=";
  vendorHash = "sha256-bux3OfHT8f1FVpBAZUP23vo8M6h8nPTJbi/GTUzhdc4=";

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