nvc: 1.19.3 -> 1.20.0

This commit is contained in:
R. Ryantm
2026-04-12 13:22:53 +00:00
parent 7be92c5350
commit 0916cfa765
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nvc";
version = "1.19.3";
version = "1.20.0";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
tag = "r${finalAttrs.version}";
hash = "sha256-Mfg73xsawf8leDu2r1mKufxbXtzGeyXvp6NUp5r4P/4=";
hash = "sha256-DtJyGzrs6G1eZ9xFgBp/2PLlzMiRp/ePTINv0lLZauw=";
};
nativeBuildInputs = [