lol

boxed-cpp: 1.2.0 -> 1.2.2

authored by

R. Ryantm and committed by
Yaya
63c38936 cced9bc0

+2 -2
+2 -2
pkgs/by-name/bo/boxed-cpp/package.nix
··· 2 2 3 3 stdenv.mkDerivation (final: { 4 4 pname = "boxed-cpp"; 5 - version = "1.2.0"; 5 + version = "1.2.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "contour-terminal"; 9 9 repo = "boxed-cpp"; 10 10 rev = "v${final.version}"; 11 - hash = "sha256-Su0FdDi1JVoXd7rJ1SG4cQg2G/+mW5iU1892ee6mRl8="; 11 + hash = "sha256-/zC9DV2nFY1ipqsM1p/WMdSf/nZkhlqJ2Ce/FzGWGGI="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];