Commit 4257ab06 authored by R. RyanTM's avatar R. RyanTM
Browse files

boxed-cpp: 1.3.0 -> 1.4.2

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