mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
traefik: 1.7.10 -> 1.7.12
This commit is contained in:
parent
bd7f9b6057
commit
646952862e
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "traefik-${version}";
|
||||
version = "1.7.10";
|
||||
version = "1.7.12";
|
||||
|
||||
goPackagePath = "github.com/containous/traefik";
|
||||
|
||||
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||
owner = "containous";
|
||||
repo = "traefik";
|
||||
rev = "v${version}";
|
||||
sha256 = "1bfnwrwr27hywlv09a4z8ma70af6p6l3jcdpf8wg3aw5brznv9cq";
|
||||
sha256 = "1nrr0a0ibrd346i6jdxzvbgj5frcrwwm2rk3c6fpck42a6mw6plz";
|
||||
};
|
||||
|
||||
buildInputs = [ go-bindata bash ];
|
||||
|
Loading…
Reference in New Issue
Block a user