boxed-cpp: 1.3.0 -> 1.4.2

This commit is contained in:
R. Ryantm 2024-07-21 07:58:51 +00:00
parent cef77e159d
commit 4257ab0696

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (final: {
pname = "boxed-cpp";
version = "1.3.0";
version = "1.4.2";
src = fetchFromGitHub {
owner = "contour-terminal";
repo = "boxed-cpp";
rev = "v${final.version}";
hash = "sha256-o+qAEpP2inGQVXJ1i3HBee0fXQYR2HCyBY4Urk8ohMI=";
hash = "sha256-Z/dfSa/6SnzLWnFCXjJUbTBNa5dFZna099Crbcya/Dw=";
};
nativeBuildInputs = [ cmake ];