mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 09:04:17 +00:00
ghq: add updateScript
This commit is contained in:
parent
abd0237851
commit
e250f56a19
@ -1,4 +1,4 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub, testers, ghq }:
|
||||
{ lib, buildGoModule, fetchFromGitHub, testers, nix-update-script, ghq }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "ghq";
|
||||
@ -28,6 +28,7 @@ buildGoModule rec {
|
||||
tests.version = testers.testVersion {
|
||||
package = ghq;
|
||||
};
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user