1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

traefik: 1.7.8 -> 1.7.9

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-03-05 18:33:09 +01:00
parent 756e7cd84e
commit 9eab0cd519
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "traefik-${version}"; name = "traefik-${version}";
version = "1.7.8"; version = "1.7.9";
goPackagePath = "github.com/containous/traefik"; goPackagePath = "github.com/containous/traefik";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "containous"; owner = "containous";
repo = "traefik"; repo = "traefik";
rev = "v${version}"; rev = "v${version}";
sha256 = "19x2shx5a6ccnc1r0jl51b9qrypzl38npdcy07352lm6jdffi8i4"; sha256 = "0lncygkqws5jvbhpx2qlr18y8b325y9a6690ll9azlphxydrv44m";
}; };
buildInputs = [ go-bindata bash ]; buildInputs = [ go-bindata bash ];