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

ut: 2.0.0 -> 2.0.1

authored by Nick Cao and committed by GitHub 3903b95d 51b88a08

+2 -2
+2 -2
pkgs/by-name/ut/ut/package.nix
··· 6 6 }: 7 7 stdenv.mkDerivation (finalAttrs: { 8 8 pname = "ut"; 9 - version = "2.0.0"; 9 + version = "2.0.1"; 10 10 11 11 cmakeFlags = [ 12 12 "-DBOOST_UT_ALLOW_CPM_USE=OFF" ··· 16 16 owner = "boost-ext"; 17 17 repo = "ut"; 18 18 rev = "v${finalAttrs.version}"; 19 - hash = "sha256-nMRhVtbnORMnZxIdrv6pvfj8/fv/buh4Y7mz0cr4p+E="; 19 + hash = "sha256-4OZvDcUtw6x/E9yLRQukfn6PskxtVBrsLPP48yo/lN0="; 20 20 }; 21 21 22 22 nativeBuildInputs = [