nvc: 1.12.1 -> 1.12.2

This commit is contained in:
R. Ryantm
2024-05-16 05:12:46 +00:00
parent 0f2ebf4b0b
commit e347971de6
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.12.1";
version = "1.12.2";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-9ZbX2G4IR/SYSA4DOsTBIRrJeYublyrDUXT+V+KgaC0=";
hash = "sha256-9nqho+iDqy8oQLSxBppXoafzEuS6AkcUuqEY3xxfFs4=";
};
nativeBuildInputs = [