Loading pkgs/by-name/ec/echoip/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4,11 +4,12 @@ fetchFromGitHub, makeWrapper, nixosTests, nix-update-script, }: buildGoModule { pname = "echoip"; version = "unstable-2023-05-21"; version = "0-unstable-2023-05-21"; src = fetchFromGitHub { owner = "mpolden"; Loading @@ -29,6 +30,7 @@ buildGoModule { passthru = { tests = { inherit (nixosTests) echoip; }; updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; }; meta = { Loading Loading
pkgs/by-name/ec/echoip/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4,11 +4,12 @@ fetchFromGitHub, makeWrapper, nixosTests, nix-update-script, }: buildGoModule { pname = "echoip"; version = "unstable-2023-05-21"; version = "0-unstable-2023-05-21"; src = fetchFromGitHub { owner = "mpolden"; Loading @@ -29,6 +30,7 @@ buildGoModule { passthru = { tests = { inherit (nixosTests) echoip; }; updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; }; meta = { Loading