about summary refs log tree commit diff
path: root/pkgs/tools/graphics/vkbasalt-cli/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/vkbasalt-cli/default.nix')
-rw-r--r--pkgs/tools/graphics/vkbasalt-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/vkbasalt-cli/default.nix b/pkgs/tools/graphics/vkbasalt-cli/default.nix
index 4d99b4efb4133..855daf39ccee7 100644
--- a/pkgs/tools/graphics/vkbasalt-cli/default.nix
+++ b/pkgs/tools/graphics/vkbasalt-cli/default.nix
@@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
     owner = "TheEvilSkeleton";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-4MFqndnvwAsqyer9kMNuCZFP/Xdl7W//AyCe7n83328=";
+    hash = "sha256-4MFqndnvwAsqyer9kMNuCZFP/Xdl7W//AyCe7n83328=";
   };
 
   postPatch = ''
@@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
     description = "Command-line utility for vkBasalt";
     homepage = "https://gitlab.com/TheEvilSkeleton/vkbasalt-cli";
     license = with licenses; [ lgpl3Only gpl3Only ];
-    maintainers = with maintainers; [ ];
+    maintainers = [ ];
     mainProgram = "vkbasalt";
   };
 }