uniex: switch from gitUpdater to nix-update-script hook
This commit is contained in:
committed by
Masum Reza
parent
ff13895181
commit
f9ba4cef9b
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user