about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/werf
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-10-16 00:27:44 +0300
committerAzat Bahawi <azat@bahawi.net>2022-10-16 00:27:44 +0300
commitbfc85d53af7675c7f9dd32a3954e9eac3a309f46 (patch)
tree470c4ce881fae41750c51d59b599c4ad03d9ed6e /pkgs/applications/networking/cluster/werf
parentd7a7447b85bf95827f6f59ae2a46594d7d7a8adb (diff)
werf: 1.2.178 -> 1.2.180
Diffstat (limited to 'pkgs/applications/networking/cluster/werf')
-rw-r--r--pkgs/applications/networking/cluster/werf/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/werf/default.nix b/pkgs/applications/networking/cluster/werf/default.nix
index 325fb0309723f..4afadc218e710 100644
--- a/pkgs/applications/networking/cluster/werf/default.nix
+++ b/pkgs/applications/networking/cluster/werf/default.nix
@@ -10,16 +10,16 @@
 
 buildGoModule rec {
   pname = "werf";
-  version = "1.2.178";
+  version = "1.2.180";
 
   src = fetchFromGitHub {
     owner = "werf";
     repo = "werf";
     rev = "v${version}";
-    hash = "sha256-gmUamDV7gH30grFkG6rqDEf73wxe+FqhPi1GkNOeKuk=";
+    hash = "sha256-6I1Elq5tA7Vh+FaPYNVfEynTbw35WM/UuruqArGhsz4=";
   };
 
-  vendorHash = "sha256-4QVLxvprm27Bv/ZFgxTtqZcSAWak1e+G8s+heW1JZnA=";
+  vendorHash = "sha256-rdrIJ1knarb7tEXl4BxYckHdX5oS2yvfcuRAI16ThU4=";
 
   proxyVendor = true;