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

cpp-utilities: 5.22.0 -> 5.23.0
This commit is contained in:
Doron Behar 2023-06-08 20:29:21 +03:00 committed by GitHub
commit f50fc0cfc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.22.0";
version = "5.23.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-c36FzKDAaalKVIrqVSCoslrKVopW77cGdGwfiMbaXe4=";
sha256 = "sha256-gZF+dsj+KYrFklnJHT04XSGLdlEdslFmxeStz6jVl24=";
};
nativeBuildInputs = [ cmake ];