From b25d625177d68ea20d2e559273316e0cee5b42a0 Mon Sep 17 00:00:00 2001 From: merspieler Date: Sun, 4 Feb 2024 23:51:34 +0100 Subject: [PATCH] Fix deprecation warning --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 1e4e764..6a2c747 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ with import {}; version = "0.1"; src = ./.; - vendorSha256 = "sha256-k45e6RSIl3AQdOFQysIwJP9nlYsSFeaUznVIXfbYwLA="; + vendorHash = "sha256-k45e6RSIl3AQdOFQysIwJP9nlYsSFeaUznVIXfbYwLA="; subPackages = [ "." ]; meta = with lib; {