enzyme: 0.0.196 -> 0.0.201

This commit is contained in:
R. Ryantm
2025-09-27 14:20:21 +00:00
parent 8e2f87ab6d
commit 45068b4d26
+2 -2
View File
@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.196";
version = "0.0.201";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-Jrp1DjwMzi8+ZWJVwhZ4SH2phLvrYfY6+29n//z9bUg=";
hash = "sha256-TUGWQImDtXOOkEt20719OheKlPgWjEVdqTh/ET/c1cs=";
};
postPatch = ''