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

cpp-utilities: 5.14.0 -> 5.15.0
This commit is contained in:
Doron Behar 2022-05-27 11:58:38 +03:00 committed by GitHub
commit fbf4dded7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cpp-utilities"; pname = "cpp-utilities";
version = "5.14.0"; version = "5.15.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Martchus"; owner = "Martchus";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-WS/2iLwVIYZBu4/uuKgEQ5H/BdeG2aMeZBucFPvlOpI="; sha256 = "sha256-3D/5Bl5vANZrHtJGehoHwQ0mDrL8TJ7iK2GoViiuj6E=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];