about summary refs log tree commit diff
path: root/pkgs/development/tools/glslviewer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/glslviewer/default.nix')
-rw-r--r--pkgs/development/tools/glslviewer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/glslviewer/default.nix b/pkgs/development/tools/glslviewer/default.nix
index fd84492da6aee..809a674a36a94 100644
--- a/pkgs/development/tools/glslviewer/default.nix
+++ b/pkgs/development/tools/glslviewer/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     repo = "glslViewer";
     fetchSubmodules = true;
     rev = version;
-    sha256 = "sha256-Ve3wmX5+kABCu8IRe4ySrwsBJm47g1zvMqDbqrpQl88=";
+    hash = "sha256-Ve3wmX5+kABCu8IRe4ySrwsBJm47g1zvMqDbqrpQl88=";
   };
   nativeBuildInputs = [cmake ninja pkg-config];
   buildInputs =