mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:10:51 +00:00
deis: 1.13.0 -> 1.13.3
This commit is contained in:
parent
27bf1c0794
commit
b6a616c0b9
@ -1,10 +1,10 @@
|
||||
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
|
||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "deis-${version}";
|
||||
version = "1.13.0";
|
||||
version = "1.13.3";
|
||||
rev = "v${version}";
|
||||
|
||||
|
||||
goPackagePath = "github.com/deis/deis";
|
||||
subPackages = [ "client" ];
|
||||
|
||||
@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
inherit rev;
|
||||
owner = "deis";
|
||||
repo = "deis";
|
||||
sha256 = "1qv9lxqx7m18029lj8cw3k7jngvxs4iciwrypdy0gd2nnghc68sw";
|
||||
sha256 = "15q44jyjms8fdmly0z4sn4ymf1dx6cmdavgixjixdj2wbjw0yi2p";
|
||||
};
|
||||
|
||||
preBuild = ''
|
||||
|
Loading…
Reference in New Issue
Block a user