Skip to content

Commit

Permalink
Merge pull request NixOS#263067 from r-ryantm/auto-update/xschem
Browse files Browse the repository at this point in the history
xschem: 3.1.0 -> 3.4.4
  • Loading branch information
fabianhjr authored Oct 24, 2023
2 parents 9c9f0e7 + 94ca573 commit c895e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/electronics/xschem/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
pname = "xschem";
version = "3.1.0";
version = "3.4.4";

src = fetchFromGitHub {
owner = "StefanSchippers";
repo = "xschem";
rev = version;
sha256 = "sha256-SHpESg5mn9lSDOURQusQUsug8Jqin/W5rqkVgmseSgA=";
sha256 = "sha256-1jP1SJeq23XNkOQgcl2X+rBrlka4a04irmfhoKRM1j4=";
};

nativeBuildInputs = [ bison flex pkg-config ];
Expand Down

0 comments on commit c895e23

Please sign in to comment.