cpp-utilities: 5.24.1 -> 5.24.2

This commit is contained in:
R. Ryantm 2023-11-26 10:11:40 +00:00
parent abbe047fb8
commit f0174515af

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cpp-utilities";
version = "5.24.1";
version = "5.24.2";
src = fetchFromGitHub {
owner = "Martchus";
repo = "cpp-utilities";
rev = "v${finalAttrs.version}";
sha256 = "sha256-Prb593+jXhYzwPHQnwen2qgaNfdX1Atiz1FhmXm9X7U=";
sha256 = "sha256-boV0OO8GzgH0HpNh00nYLM2+wCmvuDxwKHvCMCdmiJs=";
};
nativeBuildInputs = [ cmake ];