enzyme: 0.0.204 -> 0.0.206

This commit is contained in:
R. Ryantm
2025-10-31 18:28:33 +00:00
parent 92661251e0
commit 7ced918e6a
+2 -2
View File
@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.204";
version = "0.0.206";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-s5gddwMq2S4m+OtX9FHWqHTa8GaVXQm+08qRI+dGENA=";
hash = "sha256-eTRdigqNxCI9HvmKpFZUOWq6tHfldJoeNdmtd+i3aZU=";
};
postPatch = ''