mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
aocl-utils: 5.0 -> 5.1
This commit is contained in:
parent
88cb04966c
commit
1ec25c3519
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "aocl-utils";
|
pname = "aocl-utils";
|
||||||
version = "5.0";
|
version = "5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "amd";
|
owner = "amd";
|
||||||
repo = "aocl-utils";
|
repo = "aocl-utils";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-96j3Sw+Ts+CZzjPpUlt8cRYO5z0iASo+W/x1nrrAyQE=";
|
hash = "sha256-1g5gERVxXKAeCyNR9/HheUfj+MPxJso3NzqDonvuyMo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./pkg-config.patch ];
|
patches = [ ./pkg-config.patch ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue