copywrite: 0.20.0 -> 0.21.0

This commit is contained in:
Diogo Correia
2025-03-16 18:32:42 +00:00
parent f8c001d17d
commit 59c8fdeb78
+3 -3
View File
@@ -9,18 +9,18 @@
}:
let
commitHash = "87b93e541e2552e683f4ac2c656eb9e0301f414a"; # matches tag release
commitHash = "9d021bf61a094a5eac6ae3084ceed2dda4700a73"; # matches tag release
shortCommitHash = builtins.substring 0 7 commitHash;
in
buildGoModule rec {
pname = "copywrite";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "copywrite";
tag = "v${version}";
hash = "sha256-7+XBymJuFIWfpeBNfe1hXkZDQkhG+u+H+FzmNvs/Ca4=";
hash = "sha256-TGis7rreRen+vk3tUDehRkyas4xrBBxKlA70+VqoGWY=";
};
vendorHash = "sha256-Qxp6BwN/Y6Xb1BwFGT/T8WYsXGPgN27mzoTE0i6cS1Q=";