Commit f8c001d1 authored by Diogo Correia's avatar Diogo Correia
Browse files

copywrite: 0.19.0 -> 0.20.0

parent aacba94b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,21 +9,21 @@
}:

let
  commitHash = "6ed520a710166c6094098b786c63f212604654a4"; # matches tag release
  commitHash = "87b93e541e2552e683f4ac2c656eb9e0301f414a"; # matches tag release
  shortCommitHash = builtins.substring 0 7 commitHash;
in
buildGoModule rec {
  pname = "copywrite";
  version = "0.19.0";
  version = "0.20.0";

  src = fetchFromGitHub {
    owner = "hashicorp";
    repo = "copywrite";
    tag = "v${version}";
    hash = "sha256-DmlPioaw/wMk8GoBYNG24P4J1C6h0bjVjjOuMYW6Tgo=";
    hash = "sha256-7+XBymJuFIWfpeBNfe1hXkZDQkhG+u+H+FzmNvs/Ca4=";
  };

  vendorHash = "sha256-ZIu0/fue3xi+YVE9GFsVjCNs8t3c3TWH8O0xUzJdim8=";
  vendorHash = "sha256-Qxp6BwN/Y6Xb1BwFGT/T8WYsXGPgN27mzoTE0i6cS1Q=";

  ldflags = [
    "-s"