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

cpp-utilities: 5.24.8 -> 5.24.9
This commit is contained in:
Doron Behar 2024-06-05 18:24:26 +03:00 committed by GitHub
commit 06766886e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cpp-utilities";
version = "5.24.8";
version = "5.24.9";
src = fetchFromGitHub {
owner = "Martchus";
repo = "cpp-utilities";
rev = "v${finalAttrs.version}";
sha256 = "sha256-Bo7XYArkJOK/dsX+K+xadz8SCh736ZMaB29jX4X+RGw=";
sha256 = "sha256-L0F9CkA/yWl7YfJtSBvSGSLTh2g7loIlpZMiC/ACU2k=";
};
nativeBuildInputs = [ cmake ];