mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
nomad-pack: 0.1.2 -> 0.2.0 (#349071)
This commit is contained in:
commit
7fe88f9e41
@ -1,20 +1,21 @@
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, buildGoModule
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildGoModule,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "nomad-pack";
|
||||
version = "0.1.2";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hashicorp";
|
||||
repo = pname;
|
||||
repo = "nomad-pack";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-5OTGBO2EMGPJ4J2Eu3pIlZmYGXYxgL/6uGQgdB+8nPk=";
|
||||
sha256 = "sha256-dw6sueC1qibJYc6sbZX8HJlEf9R6O8dlE1aobw70UHw=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-8hWiVtya/TlVLUlYVJSjOzZUI8vsPm355ksIRPhB2rA=";
|
||||
vendorHash = "sha256-BKYJ9FZXKpFwK3+mrZAXRkfitSY9jeOLLeC0BOsKc/A=";
|
||||
|
||||
# skip running go tests as they require network access
|
||||
doCheck = false;
|
@ -10332,8 +10332,6 @@ with pkgs;
|
||||
|
||||
nomad-driver-podman = callPackage ../applications/networking/cluster/nomad-driver-podman { };
|
||||
|
||||
nomad-pack = callPackage ../applications/networking/cluster/nomad-pack { };
|
||||
|
||||
nova = callPackage ../applications/networking/cluster/nova { };
|
||||
|
||||
nomino = callPackage ../tools/misc/nomino { };
|
||||
|
Loading…
Reference in New Issue
Block a user