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

ut: 2.0.1 -> 2.1.0
This commit is contained in:
tomberek
2024-08-04 14:41:07 -04:00
committed by GitHub
+2 -2
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 = [