mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 20:11:43 +03:00
Merge pull request #59020 from vdemeester/update-traefik
traefik: 1.7.9 -> 1.7.10
This commit is contained in:
commit
9483ae825f
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "traefik-${version}";
|
||||
version = "1.7.9";
|
||||
version = "1.7.10";
|
||||
|
||||
goPackagePath = "github.com/containous/traefik";
|
||||
|
||||
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||
owner = "containous";
|
||||
repo = "traefik";
|
||||
rev = "v${version}";
|
||||
sha256 = "0lncygkqws5jvbhpx2qlr18y8b325y9a6690ll9azlphxydrv44m";
|
||||
sha256 = "1bfnwrwr27hywlv09a4z8ma70af6p6l3jcdpf8wg3aw5brznv9cq";
|
||||
};
|
||||
|
||||
buildInputs = [ go-bindata bash ];
|
||||
|
Loading…
Reference in New Issue
Block a user