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

boxed-cpp: 1.4.2 -> 1.4.3 (#344788)

parents a3053280 648fd81e
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.4.2";
  version = "1.4.3";

  src = fetchFromGitHub {
    owner = "contour-terminal";
    repo = "boxed-cpp";
    rev = "v${final.version}";
    hash = "sha256-Z/dfSa/6SnzLWnFCXjJUbTBNa5dFZna099Crbcya/Dw=";
    hash = "sha256-uZ/wT159UuEcTUtoQyt0D59z2wnLT5KpeeCpjyij198=";
  };

  nativeBuildInputs = [ cmake ];