Merge pull request #282967 from r-ryantm/auto-update/boxed-cpp

boxed-cpp: 1.1.0 -> 1.2.0
This commit is contained in:
Nick Cao 2024-01-22 16:56:50 -05:00 committed by GitHub
commit 3d0547fa11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];