Unverified Commit 3ec50110 authored by Matthew Croughan's avatar Matthew Croughan Committed by GitHub
Browse files

ut: 2.3.0 -> 2.3.1 (#395548)

parents 12876cdb 055631d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "ut";
  version = "2.3.0";
  version = "2.3.1";

  cmakeFlags = [
    "-DBOOST_UT_ALLOW_CPM_USE=OFF"
@@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "boost-ext";
    repo = "ut";
    rev = "v${finalAttrs.version}";
    hash = "sha256-3H3kyf58gy+VdNfj4gmIe+D1+douMwZQU7+iphO+utU=";
    hash = "sha256-VCTrs0CMr4pUrJ2zEsO8s7j16zOkyDNhBc5zw0rAAZI=";
  };

  nativeBuildInputs = [