Commit cda9faf0 authored by R. RyanTM's avatar R. RyanTM Committed by Alyssa Ross
Browse files

libcxxrt: unstable-2024-02-05 -> unstable-2024-04-15

parent 207dcfac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation {
  pname = "libcxxrt";
  version = "unstable-2024-02-05";
  version = "unstable-2024-04-15";

  src = fetchFromGitHub {
    owner = "libcxxrt";
    repo = "libcxxrt";
    rev = "bd4fa85d7f772f2ad32146d5681c91612fc93842";
    sha256 = "2F6MmLfKyFl7HzdTb1NDBVHMSRVzVhcib93JVaR58Qw=";
    rev = "25541e312f7094e9c90895000d435af520d42418";
    sha256 = "d5uhtlO+28uc2Xnf5trXsy43jgmzBHs2jZhCK57qRM4=";
  };

  nativeBuildInputs = [ cmake ];