Skip to content

Commit 59c8fde

Browse files
committed
copywrite: 0.20.0 -> 0.21.0
1 parent f8c001d commit 59c8fde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/co/copywrite/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
}:
1010

1111
let
12-
commitHash = "87b93e541e2552e683f4ac2c656eb9e0301f414a"; # matches tag release
12+
commitHash = "9d021bf61a094a5eac6ae3084ceed2dda4700a73"; # matches tag release
1313
shortCommitHash = builtins.substring 0 7 commitHash;
1414
in
1515
buildGoModule rec {
1616
pname = "copywrite";
17-
version = "0.20.0";
17+
version = "0.21.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "hashicorp";
2121
repo = "copywrite";
2222
tag = "v${version}";
23-
hash = "sha256-7+XBymJuFIWfpeBNfe1hXkZDQkhG+u+H+FzmNvs/Ca4=";
23+
hash = "sha256-TGis7rreRen+vk3tUDehRkyas4xrBBxKlA70+VqoGWY=";
2424
};
2525

2626
vendorHash = "sha256-Qxp6BwN/Y6Xb1BwFGT/T8WYsXGPgN27mzoTE0i6cS1Q=";

0 commit comments

Comments
 (0)