Skip to content

Commit

Permalink
nvc: 1.10.4 -> 1.11.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 4598bad)
  • Loading branch information
wegank authored and github-actions[bot] committed Dec 8, 2023
1 parent 0f4ffcb commit a741b01
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 @@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
pname = "nvc";
version = "1.10.4";
version = "1.11.0";

src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-f4VjSBoJnsGb8MHKegJDlomPG32DuTgFcyv1w0GxKvA=";
hash = "sha256-95vIyBQ38SGpI+gnDqK1MRRzOT6uiYjDr1c//folqZ8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a741b01

Please sign in to comment.