Skip to content

Commit

Permalink
Merge pull request #333914 from r-ryantm/auto-update/nvc
Browse files Browse the repository at this point in the history
nvc: 1.13.1 -> 1.13.2
  • Loading branch information
NickCao authored Aug 11, 2024
2 parents 60ab62a + 3d1e9a2 commit a8a213c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/electronics/nvc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
pname = "nvc";
version = "1.13.1";
version = "1.13.2";

src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-mi/ruW+KLOeT6QpyRr+ZRtyOAyXsoKiO5WKAuXz5Wc4=";
hash = "sha256-ir4/zwGaIGMUP8kVqoXV1Kn2A8yJYVQHJpb1sVfhOSI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a8a213c

Please sign in to comment.