nvc: 1.12.1 -> 1.12.2

+2 -2
+2 -2
pkgs/applications/science/electronics/nvc/default.nix
··· 15 16 stdenv.mkDerivation rec { 17 pname = "nvc"; 18 - version = "1.12.1"; 19 20 src = fetchFromGitHub { 21 owner = "nickg"; 22 repo = "nvc"; 23 rev = "r${version}"; 24 - hash = "sha256-9ZbX2G4IR/SYSA4DOsTBIRrJeYublyrDUXT+V+KgaC0="; 25 }; 26 27 nativeBuildInputs = [
··· 15 16 stdenv.mkDerivation rec { 17 pname = "nvc"; 18 + version = "1.12.2"; 19 20 src = fetchFromGitHub { 21 owner = "nickg"; 22 repo = "nvc"; 23 rev = "r${version}"; 24 + hash = "sha256-9nqho+iDqy8oQLSxBppXoafzEuS6AkcUuqEY3xxfFs4="; 25 }; 26 27 nativeBuildInputs = [