spdlog: 1.15.1 -> 1.15.2

Changelog: https://github.com/gabime/spdlog/releases/tag/v1.15.2
This commit is contained in:
Sergei Trofimovich 2025-03-30 07:08:47 +01:00
parent b991a5e456
commit febc03879f

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "spdlog";
version = "1.15.1";
version = "1.15.2";
src = fetchFromGitHub {
owner = "gabime";
repo = "spdlog";
tag = "v${finalAttrs.version}";
hash = "sha256-4QZVCounDbtkP+58fejHGWjquWT3b03b9TNGs45dN7c=";
hash = "sha256-9RhB4GdFjZbCIfMOWWriLAUf9DE/i/+FTXczr0pD0Vg=";
};
nativeBuildInputs = [ cmake ];