3
0
Fork 0
forked from mirrors/nixpkgs

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

cpp-utilities: 5.10.1 -> 5.10.2
This commit is contained in:
Doron Behar 2021-04-10 07:47:41 +00:00 committed by GitHub
commit ecd2d63dfd
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.10.1";
version = "5.10.2";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8upRrk2x2gaS+JwCmZblrRSRxy0uNfFLTW7ua2ix2wI=";
sha256 = "sha256-hPcmO2nzXCuhU2GjE0B1Bz9OkJ4mY2txFr+cWGaw1bo=";
};
nativeBuildInputs = [ cmake ];