Skip to content

Commit 2035aa5

Browse files
committed
oneDNN: 3.7.3 -> 3.8
1 parent fb297f0 commit 2035aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/on/oneDNN/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
# https://github.com/oneapi-src/oneDNN#oneapi-deep-neural-network-library-onednn
1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "oneDNN";
14-
version = "3.7.3";
14+
version = "3.8";
1515

1616
src = fetchFromGitHub {
1717
owner = "oneapi-src";
1818
repo = "oneDNN";
1919
rev = "v${finalAttrs.version}";
20-
hash = "sha256-wOS/VBcP8VyuBAdXVNkTDtYizTQe00ZocW5p0PMqbr4=";
20+
hash = "sha256-GGfrP3QOPOlqWroG4MQ0az5q5Y4Ii9fNblk5WnMBsuI=";
2121
};
2222

2323
outputs = [

0 commit comments

Comments
 (0)