nvc: 1.10.3 -> 1.10.4

+2 -2
+2 -2
pkgs/applications/science/electronics/nvc/default.nix
··· 16 17 stdenv.mkDerivation rec { 18 pname = "nvc"; 19 - version = "1.10.3"; 20 21 src = fetchFromGitHub { 22 owner = "nickg"; 23 repo = "nvc"; 24 rev = "r${version}"; 25 - hash = "sha256-0KLya2B+gs7aoOvkQdHuJuQtCHLUeSYATToBfIDhm/c="; 26 }; 27 28 nativeBuildInputs = [
··· 16 17 stdenv.mkDerivation rec { 18 pname = "nvc"; 19 + version = "1.10.4"; 20 21 src = fetchFromGitHub { 22 owner = "nickg"; 23 repo = "nvc"; 24 rev = "r${version}"; 25 + hash = "sha256-f4VjSBoJnsGb8MHKegJDlomPG32DuTgFcyv1w0GxKvA="; 26 }; 27 28 nativeBuildInputs = [