enzyme: 0.0.256 -> 0.0.258

This commit is contained in:
R. Ryantm
2026-05-07 19:10:02 +00:00
parent 195fce926c
commit 6651e5ed37
+2 -2
View File
@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.256";
version = "0.0.258";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-pr4Md1/PG6sUPPDu6J/1aJ6Veha66a1yLOqsXF7QCJo=";
hash = "sha256-1t4I+c+jktsymGinqTUQv1vNCcOvHQzyXeEokSjmrqM=";
};
postPatch = ''