ut: 2.0.1 -> 2.1.0

This commit is contained in:
R. Ryantm 2024-07-24 16:34:40 +00:00
parent f854cce451
commit 1432699caa

View File

@ -6,7 +6,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ut";
version = "2.0.1";
version = "2.1.0";
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-4OZvDcUtw6x/E9yLRQukfn6PskxtVBrsLPP48yo/lN0=";
hash = "sha256-pO6tNliAbX1GxYdD6Y+koFUzcvPFrx7s6B0mM6soQM0=";
};
nativeBuildInputs = [