Skip to content

Commit

Permalink
Merge pull request #326810 from r-ryantm/auto-update/clipper2
Browse files Browse the repository at this point in the history
clipper2: 1.3.0 -> 1.4.0
  • Loading branch information
wegank committed Jul 17, 2024
2 parents 2209b25 + 8378307 commit f4d4916
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 f4d4916

Please sign in to comment.