about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubevpn/default.nix
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-02-09 22:53:23 +0000
committerSergei Trofimovich <slyich@gmail.com>2024-02-09 22:53:23 +0000
commit913dd2babdaa73c209fdd2aa54681316bca5891a (patch)
tree63bffbc1e1321ee4b46f0025739481638835fd09 /pkgs/applications/networking/cluster/kubevpn/default.nix
parent442d407992384ed9c0e6d352de75b69079904e4e (diff)
kubevpn: fix source hash
Without the change build fails as:

    error: hash mismatch in fixed-output derivation '/nix/store/x9481hd8x9ln221m2f6c2dl508cy3xsk-source.drv':
         specified: sha256-/WXJmqgfA2hG+1y62uvTMLbPWbamUObfGpgEBUJwgE4=
            got:    sha256-inGqkkzXPjg2VHtPZEPWDTuioPchrf/kiLGjvgXpcI4=
Diffstat (limited to 'pkgs/applications/networking/cluster/kubevpn/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/kubevpn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kubevpn/default.nix b/pkgs/applications/networking/cluster/kubevpn/default.nix
index 66807c3e49666..ce42a3bb29cf9 100644
--- a/pkgs/applications/networking/cluster/kubevpn/default.nix
+++ b/pkgs/applications/networking/cluster/kubevpn/default.nix
@@ -8,7 +8,7 @@ buildGoModule rec {
     owner  = "KubeNetworks";
     repo   = "kubevpn";
     rev    = "v${version}";
-    sha256 = "sha256-/WXJmqgfA2hG+1y62uvTMLbPWbamUObfGpgEBUJwgE4=";
+    hash = "sha256-inGqkkzXPjg2VHtPZEPWDTuioPchrf/kiLGjvgXpcI4=";
   };
 
   vendorHash = null;