Skip to content

Commit

Permalink
Merge pull request NixOS#225723 from r-ryantm/auto-update/opensmt
Browse files Browse the repository at this point in the history
opensmt: 2.4.3 -> 2.5.0
  • Loading branch information
7c6f434c authored Apr 13, 2023
2 parents d8085b4 + 84dbda0 commit 8f8acb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/logic/opensmt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "opensmt";
version = "2.4.3";
version = "2.5.0";

src = fetchFromGitHub {
owner = "usi-verification-and-security";
repo = "opensmt";
rev = "v${version}";
sha256 = "sha256-v0CyVMi7Hb4Kdw8v/ZcKXpVHabq4m2cOhsNGXXVI4dw=";
sha256 = "sha256-+u0Go+QU56mmV1G+m+sDOhi3QaWveZILS9fWv8THoWc=";
};

nativeBuildInputs = [ cmake bison flex ];
Expand Down

0 comments on commit 8f8acb2

Please sign in to comment.