enzyme: 0.0.280 -> 0.0.286

This commit is contained in:
R. Ryantm
2026-07-19 03:59:09 +00:00
parent 2a83e50fab
commit bfadd779f0
+2 -2
View File
@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.280";
version = "0.0.286";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-EVs7gBEDFINdbob51AlUsgH21sR/V/5/Cc+ADnOwDgM=";
hash = "sha256-MEGkV83xGArRZAwlRRTALOUpQV9W2tH7SLOcOyH7RCA=";
};
postPatch = ''