spdlog: 1.14.1 -> 1.15.0 (#354975)

This commit is contained in:
Emily
2025-01-05 20:01:25 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "spdlog";
version = "1.14.1";
version = "1.15.0";
src = fetchFromGitHub {
owner = "gabime";
repo = "spdlog";
rev = "v${version}";
hash = "sha256-F7khXbMilbh5b+eKnzcB0fPPWQqUHqAYPWJb83OnUKQ=";
hash = "sha256-HCpnN28qWreg0NvL6Q9pfSSxOTHgV6glHt6P0FbH/Cw=";
};
nativeBuildInputs = [ cmake ];