We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c001d commit 59c8fdeCopy full SHA for 59c8fde
pkgs/by-name/co/copywrite/package.nix
@@ -9,18 +9,18 @@
9
}:
10
11
let
12
- commitHash = "87b93e541e2552e683f4ac2c656eb9e0301f414a"; # matches tag release
+ commitHash = "9d021bf61a094a5eac6ae3084ceed2dda4700a73"; # matches tag release
13
shortCommitHash = builtins.substring 0 7 commitHash;
14
in
15
buildGoModule rec {
16
pname = "copywrite";
17
- version = "0.20.0";
+ version = "0.21.0";
18
19
src = fetchFromGitHub {
20
owner = "hashicorp";
21
repo = "copywrite";
22
tag = "v${version}";
23
- hash = "sha256-7+XBymJuFIWfpeBNfe1hXkZDQkhG+u+H+FzmNvs/Ca4=";
+ hash = "sha256-TGis7rreRen+vk3tUDehRkyas4xrBBxKlA70+VqoGWY=";
24
};
25
26
vendorHash = "sha256-Qxp6BwN/Y6Xb1BwFGT/T8WYsXGPgN27mzoTE0i6cS1Q=";
0 commit comments