3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #81213 from r-ryantm/auto-update/dnnl

dnnl: 1.2 -> 1.2.1
This commit is contained in:
Ryan Mulligan 2020-02-27 20:10:04 -08:00 committed by GitHub
commit e6eb0dfa7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dnnl";
version = "1.2";
version = "1.2.1";
src = fetchFromGitHub {
owner = "intel";
repo = "mkl-dnn";
rev = "v${version}";
sha256 = "17xpdwqjfb2bq586gnk3hq94r06jd8pk6qfs703qqd7155fkbil9";
sha256 = "17bydid5v43lgwvgxv25i67iiyirmwgbdzvv9wpjig34ryhx8hvf";
};
# Generic fix merged upstream in https://github.com/intel/mkl-dnn/pull/631