Merge pull request #246352 from wegank/nvc-bump

nvc: 1.10.0 -> 1.10.1

authored by Weijia Wang and committed by GitHub 8e97536b 9b933e2c

+2 -2
+2 -2
pkgs/applications/science/electronics/nvc/default.nix
··· 16 16 17 17 stdenv.mkDerivation rec { 18 18 pname = "nvc"; 19 - version = "1.10.0"; 19 + version = "1.10.1"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "nickg"; 23 23 repo = "nvc"; 24 24 rev = "r${version}"; 25 - hash = "sha256-WwO46x6McV18ebGFjXQ8fvqRh6ih1Wt5JTbfTxVWTi0="; 25 + hash = "sha256-7Kw9irZltNE8VRnIvVX786/u0QQtmRhV8pzpba0h1JY="; 26 26 }; 27 27 28 28 nativeBuildInputs = [