aocl-utils: 5.2 -> 5.2.2

This commit is contained in:
R. Ryantm
2026-03-24 21:01:14 +00:00
parent ce031847d1
commit fdf8631206
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "aocl-utils";
version = "5.2";
version = "5.2.2";
src = fetchFromGitHub {
owner = "amd";
repo = "aocl-utils";
tag = finalAttrs.version;
hash = "sha256-wPnKfPbkW9ILu1YgyymKmg5gZj0l0cWio3/JTXtbylA=";
hash = "sha256-grEuYM+Ss4pQQ12S5uOV27ocVHzYuLK+e70Jm5u8fuI=";
};
patches = [ ./pkg-config.patch ];