about summary refs log tree commit diff
path: root/pkgs/tools/security/vexctl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/vexctl/default.nix')
-rw-r--r--pkgs/tools/security/vexctl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/vexctl/default.nix b/pkgs/tools/security/vexctl/default.nix
index 13086faf73d4c..cc1d18ab74d68 100644
--- a/pkgs/tools/security/vexctl/default.nix
+++ b/pkgs/tools/security/vexctl/default.nix
@@ -12,7 +12,7 @@ buildGoModule rec {
     owner = "chainguard-dev";
     repo = "vex";
     rev = "v${version}";
-    sha256 = "sha256-f5UVX6x4DwjlcgMAv0GuKBH9UUzFhQ8pW8l+9pc7RQ4=";
+    hash = "sha256-f5UVX6x4DwjlcgMAv0GuKBH9UUzFhQ8pW8l+9pc7RQ4=";
     # populate values that require us to use git. By doing this in postFetch we
     # can delete .git afterwards and maintain better reproducibility of the src.
     leaveDotGit = true;