aocl-utils: 5.0 -> 5.1

This commit is contained in:
R. Ryantm 2025-05-11 11:47:21 +00:00
parent 88cb04966c
commit 1ec25c3519

View file

@ -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 ];