Skip to content

Commit bcd4f87

Browse files
enzyme: 0.0.188 -> 0.0.189 (#434246)
Co-authored-by: kiranshila <[email protected]>
2 parents 270336f + 53464c9 commit bcd4f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/en/enzyme/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
}:
88
llvmPackages.stdenv.mkDerivation rec {
99
pname = "enzyme";
10-
version = "0.0.188";
10+
version = "0.0.189";
1111

1212
src = fetchFromGitHub {
1313
owner = "EnzymeAD";
1414
repo = "Enzyme";
1515
rev = "v${version}";
16-
hash = "sha256-CoImpu1Hwn11s+6GeYPIyaIHz7kdjrBMpbxAUzaJWZU=";
16+
hash = "sha256-fjKu8H24RuDGmMjN4SphdQw6g8FLS0Xc+STjgx7hiq4=";
1717
};
1818

1919
postPatch = ''

0 commit comments

Comments
 (0)