nvc: 1.21.1 -> 1.22.0

This commit is contained in:
R. Ryantm
2026-07-22 08:22:21 +00:00
parent d8e96389e1
commit 36e9c8af39
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nvc";
version = "1.21.1";
version = "1.22.0";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
tag = "r${finalAttrs.version}";
hash = "sha256-l4eGEDZrAXOhN5hPQLy2TcQEsQ+TTSNZVBFVwNsoQCo=";
hash = "sha256-Z8N4TskOak7tU3Kp5BfUahoXsP/LnCLx5mhAuXwG7qI=";
};
nativeBuildInputs = [