clipper2: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm 2023-12-13 20:52:28 +00:00
parent 163738d06f
commit 1cc547974e

View File

@ -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";