boxed-cpp: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-01-22 18:07:18 +00:00
parent 4e2e46fe89
commit 08358891f5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (final: {
pname = "boxed-cpp";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "contour-terminal";
repo = "boxed-cpp";
rev = "v${final.version}";
hash = "sha256-8qhP1yXdRTbU/IbDAaQrdjzIMM5ZjCAULI07dw44XcE=";
hash = "sha256-Su0FdDi1JVoXd7rJ1SG4cQg2G/+mW5iU1892ee6mRl8=";
};
nativeBuildInputs = [ cmake ];