summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorUrban Skudnik <urban.skudnik@gmail.com>2019-10-25 15:50:55 +0200
committerUrban Skudnik <urban.skudnik@gmail.com>2019-10-25 16:47:55 +0200
commita038ae1118a676f956c9cf50b78e6e0144c44266 (patch)
treee03d1e5be48743323070bc676521866d75bad009 /pkgs/applications/networking/cluster/helm
parentc822db3d8c733fee4d7f333a3a5e00770e2fd184 (diff)
helm: 2.14.3 -> 2.15.1
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix4
-rw-r--r--pkgs/applications/networking/cluster/helm/deps.nix9
2 files changed, 11 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index f0edbdf3ed68..655f5f9c0b2b 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -1,14 +1,14 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
- version = "2.14.3";
+ version = "2.15.1";
pname = "helm";
src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
- sha256 = "18ly31db2kxybjlisz8dfz3cdxs7j2wsh4rx5lwhbm5hpp42h17d";
+ sha256 = "1afbymgpax7kgjjv1c9xb4dm7gcrhn2g69piamdq1k0ng348k5w0";
};
goPackagePath = "k8s.io/helm";
diff --git a/pkgs/applications/networking/cluster/helm/deps.nix b/pkgs/applications/networking/cluster/helm/deps.nix
index 2fdda0ca2800..ffc6a5cb1b82 100644
--- a/pkgs/applications/networking/cluster/helm/deps.nix
+++ b/pkgs/applications/networking/cluster/helm/deps.nix
@@ -298,6 +298,15 @@
};
}
{
+ goPackagePath = "github.com/gofrs/flock";
+ fetch = {
+ type = "git";
+ url = "https://github.com/gofrs/flock";
+ rev = "v0.7.1";
+ sha256 = "1xn48643h991p383hlhzd6k5v9akx8c6dcy93fz37fwqrrhzpb03";
+ };
+ }
+ {
goPackagePath = "github.com/ghodss/yaml";
fetch = {
type = "git";