3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Doron Behar 2021-12-08 06:46:10 +02:00 committed by GitHub
commit dd9d548d65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.11.2";
version = "5.11.3";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-my4799a9XFXWl9Xyq6gRfw4YTOCEWJgTvRKz0mVqrkQ=";
sha256 = "sha256-a/fuzZ8crmyO87QzIKuYPk0LC3EvvHZrWO17LtWu77I=";
};
nativeBuildInputs = [ cmake ];