enzyme: 0.0.188 -> 0.0.189

This commit is contained in:
R. Ryantm
2025-08-16 14:42:24 +00:00
parent 9924e964e8
commit 53464c98d8
+2 -2
View File
@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.188";
version = "0.0.189";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-CoImpu1Hwn11s+6GeYPIyaIHz7kdjrBMpbxAUzaJWZU=";
hash = "sha256-fjKu8H24RuDGmMjN4SphdQw6g8FLS0Xc+STjgx7hiq4=";
};
postPatch = ''