enzyme: 0.0.189 -> 0.0.191

This commit is contained in:
R. Ryantm
2025-08-25 02:07:44 +00:00
parent 6e77d59add
commit d08d0b2d43
+2 -2
View File
@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.189";
version = "0.0.191";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-fjKu8H24RuDGmMjN4SphdQw6g8FLS0Xc+STjgx7hiq4=";
hash = "sha256-fNTfep7Edl2Bg0Kqq7xDgpzb2u1LECvBMArRFfxHWR0=";
};
postPatch = ''