Merge pull request #274119 from r-ryantm/auto-update/cpp-utilities

cpp-utilities: 5.24.2 -> 5.24.4
This commit is contained in:
Doron Behar 2023-12-14 09:28:01 +00:00 committed by GitHub
commit 193ea635b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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