wrtag: 0.15.0 -> 0.17.0 (#435731)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-01 02:29:29 +02:00
committed by GitHub
+11 -3
View File
@@ -2,21 +2,29 @@
lib,
buildGoModule,
fetchFromGitHub,
installShellFiles,
nix-update-script,
testers,
}:
buildGoModule (finalAttrs: {
pname = "wrtag";
version = "0.15.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "sentriz";
repo = "wrtag";
tag = "v${finalAttrs.version}";
hash = "sha256-ev/dfj6WpBZzOaN1RXHcEmkd2pVLX92J/VhoMXYGPPw=";
hash = "sha256-fYxtZnOO4+uU6p8p7uNPDnIinUT+TYXfO3G17PtcqQA=";
};
vendorHash = "sha256-es6pfWw3NqKKV9jfsgQhEU6IbWeptqbP0yvum/BxOuI=";
vendorHash = "sha256-Baz5oCKh26+t30ZyjfdYt3YobWAxSRwk12wdFEVPLRY=";
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installShellCompletion contrib/completions/wrtag.{fish,bash}
installShellCompletion contrib/completions/metadata.fish
'';
passthru = {
updateScript = nix-update-script { };