reflection-cpp: 0.2.0 -> 0.3.0

This commit is contained in:
R. Ryantm
2025-04-30 12:57:12 +00:00
parent 4c66bec300
commit de2767ab06
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "reflection-cpp";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "contour-terminal";
repo = "reflection-cpp";
tag = "v${finalAttrs.version}";
hash = "sha256-q0h8p6xJ1UectRe656B6mT5+QokxR9N8rqzvgwUBugg=";
hash = "sha256-3TVoJkM+4RmB+KwWEpGo7gvzqCASNBmDHT+AzkR5KKk=";
};
nativeBuildInputs = [ cmake ];