Skip to content

Commit

Permalink
clipper2: 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 13, 2024
1 parent bd24e29 commit 8378307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/clipper2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "clipper2";
version = "1.3.0";
version = "1.4.0";

src = fetchFromGitHub {
owner = "AngusJohnson";
repo = "Clipper2";
rev = "Clipper2_${version}";
sha256 = "sha256-3TKhb48cABl0QcbeG12xlA1taQ/8/RdUUHSp0Qh85eE=";
sha256 = "sha256-ASL9uKkXsWyIbD1qaKEL7gf/JuCqzZQZSKHwLT5dKJU=";
};

sourceRoot = "${src.name}/CPP";
Expand Down

0 comments on commit 8378307

Please sign in to comment.