boxed-cpp: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm 2024-02-11 09:27:25 +00:00
parent d7c8d1d842
commit 19aef49f46

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (final: {
pname = "boxed-cpp";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "contour-terminal";
repo = "boxed-cpp";
rev = "v${final.version}";
hash = "sha256-/zC9DV2nFY1ipqsM1p/WMdSf/nZkhlqJ2Ce/FzGWGGI=";
hash = "sha256-o+qAEpP2inGQVXJ1i3HBee0fXQYR2HCyBY4Urk8ohMI=";
};
nativeBuildInputs = [ cmake ];