mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
uniex: switch from gitUpdater to nix-update-script hook
This commit is contained in:
parent
ff13895181
commit
f9ba4cef9b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
gitUpdater,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
@ -23,7 +23,7 @@ buildGoModule rec {
|
|||
"-w"
|
||||
];
|
||||
|
||||
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/paepckehh/uniex/releases/tag/v${version}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue