Skip to content

Commit 7372503

Browse files
authored
aocl-utils: 5.0 -> 5.1 (#406159)
2 parents a5e6c18 + 1ec25c3 commit 7372503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ao/aocl-utils/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
pname = "aocl-utils";
10-
version = "5.0";
10+
version = "5.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "amd";
1414
repo = "aocl-utils";
1515
rev = version;
16-
hash = "sha256-96j3Sw+Ts+CZzjPpUlt8cRYO5z0iASo+W/x1nrrAyQE=";
16+
hash = "sha256-1g5gERVxXKAeCyNR9/HheUfj+MPxJso3NzqDonvuyMo=";
1717
};
1818

1919
patches = [ ./pkg-config.patch ];

0 commit comments

Comments
 (0)