Merge pull request #34151 from WilliButz/update-deis

deis: 1.13.3 -> 1.13.4
This commit is contained in:
Jörg Thalheim 2018-01-22 19:17:59 +00:00 committed by GitHub
commit 3e1dd9215f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "deis-${version}";
version = "1.13.3";
version = "1.13.4";
rev = "v${version}";
goPackagePath = "github.com/deis/deis";
@ -18,7 +18,7 @@ buildGoPackage rec {
inherit rev;
owner = "deis";
repo = "deis";
sha256 = "15q44jyjms8fdmly0z4sn4ymf1dx6cmdavgixjixdj2wbjw0yi2p";
sha256 = "0hndzvlgpfm83c4i1c88byv8j9clagswa79nny8wrw33dx90dym1";
};
preBuild = ''