Skip to content

Commit

Permalink
Merge pull request #75306 from r-ryantm/auto-update/oclgrind
Browse files Browse the repository at this point in the history
oclgrind: 18.3 -> 19.10
  • Loading branch information
ryantm committed Dec 9, 2019
2 parents c745295 + a5d2d24 commit bc87c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/oclgrind/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit bc87c5d

Please sign in to comment.