Unverified Commit ea8253e6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

boxed-cpp: 1.3.0 -> 1.4.2 (#292717)

parents c0adc8b2 4257ab06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];