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

Merge pull request #276551 from r-ryantm/auto-update/ut

ut: 2.0.0 -> 2.0.1
parents 51b88a08 e6ce4a32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "ut";
  version = "2.0.0";
  version = "2.0.1";

  cmakeFlags = [
    "-DBOOST_UT_ALLOW_CPM_USE=OFF"
@@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "boost-ext";
    repo = "ut";
    rev = "v${finalAttrs.version}";
    hash = "sha256-nMRhVtbnORMnZxIdrv6pvfj8/fv/buh4Y7mz0cr4p+E=";
    hash = "sha256-4OZvDcUtw6x/E9yLRQukfn6PskxtVBrsLPP48yo/lN0=";
  };

  nativeBuildInputs = [