Merge pull request #312126 from r-ryantm/auto-update/nvc

nvc: 1.12.1 -> 1.12.2
This commit is contained in:
Matthias Beyer
2024-05-16 13:31:20 +02:00
committed by GitHub
@@ -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 = [