Merge pull request #259490 from r-ryantm/auto-update/clipper2

This commit is contained in:
Sandro
2024-02-24 16:30:25 +01:00
committed by GitHub
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "clipper2";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "AngusJohnson";
repo = "Clipper2";
rev = "Clipper2_${version}";
sha256 = "sha256-u/4GG1A2PAlk8VEWgJX8+EnZ5hpGhu1QbvHwct58sF4=";
sha256 = "sha256-3TKhb48cABl0QcbeG12xlA1taQ/8/RdUUHSp0Qh85eE=";
};
sourceRoot = "${src.name}/CPP";