uniex: switch from gitUpdater to nix-update-script hook

authored by PAEPCKE, Michael and committed by Masum Reza f9ba4cef ff138951

+2 -2
+2 -2
pkgs/by-name/un/uniex/package.nix
··· 1 { 2 lib, 3 buildGoModule, 4 - gitUpdater, 5 fetchFromGitHub, 6 }: 7 8 buildGoModule rec { ··· 23 "-w" 24 ]; 25 26 - passthru.updateScript = gitUpdater { rev-prefix = "v"; }; 27 28 meta = { 29 changelog = "https://github.com/paepckehh/uniex/releases/tag/v${version}";
··· 1 { 2 lib, 3 buildGoModule, 4 fetchFromGitHub, 5 + nix-update-script, 6 }: 7 8 buildGoModule rec { ··· 23 "-w" 24 ]; 25 26 + passthru.updateScript = nix-update-script { }; 27 28 meta = { 29 changelog = "https://github.com/paepckehh/uniex/releases/tag/v${version}";