Skip to content

Commit

Permalink
fbgemm: bump patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Baker committed Aug 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f496d74 commit 1097f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/science/math/fbgemm/default.nix
Original file line number Diff line number Diff line change
@@ -33,14 +33,14 @@ in
src = fetchFromGitHub {
owner = "pytorch";
repo = finalAttrs.pname;
rev = "eea011607fed1b8f2527dca3385fed94001d4227";
rev = "d43717ad9f62c30a89a31d537303e7d5970c1018";
fetchSubmodules = true;
hash = "sha256-PiMd+3EDKRJ/RrU3B9yduEK+lbVt2k2miRMx+ys+PSc=";
hash = "sha256-oZE7B23AtJYfSxYbNHlsDo/KHPWCf9FEfirTHD1guAo=";
};
patches = [
(fetchpatch {
url = "https://github.com/pytorch/FBGEMM/pull/1859.patch";
hash = "sha256-io3fgLhx8e2TrH3mu9GE7jnnWuB5Nq0uyP21nvBX6zg=";
hash = "sha256-Yme+im/6kZskWgi8LuJvQVTnTE0uKqmBErYlxGU0bLU=";
})
];
nativeBuildInputs = [

0 comments on commit 1097f47

Please sign in to comment.