Merge pull request #75306 from r-ryantm/auto-update/oclgrind

oclgrind: 18.3 -> 19.10
This commit is contained in:
Ryan Mulligan 2019-12-09 06:00:08 -08:00 committed by GitHub
commit bc87c5dfb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "oclgrind";
version = "18.3"; # see comment in all-packages.nix
version = "19.10"; # see comment in all-packages.nix
src = fetchFromGitHub {
owner = "jrprice";
repo = "oclgrind";
rev = "v${version}";
sha256 = "0s42z3dg684a0gk8qyx2h08cbh95zkrdaaj9y71rrc5bjsg8197x";
sha256 = "12v5z5x3ls26p3y3yc4mqmh12cazc0nlrwvmfbn6cyg4af9dp0zn";
};
nativeBuildInputs = [ cmake ];