enzyme: 0.0.206 -> 0.0.208

This commit is contained in:
R. Ryantm
2025-11-07 16:59:16 +00:00
parent 42550fd820
commit 3ba6ba1b35
+2 -2
View File
@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.206";
version = "0.0.208";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-eTRdigqNxCI9HvmKpFZUOWq6tHfldJoeNdmtd+i3aZU=";
hash = "sha256-/WNiGeKoEvKYlXIK4cU6z5gFGujQbAE13qyvnhMniXc=";
};
postPatch = ''