enzyme: 0.0.208 -> 0.0.215 (#461552)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-15 17:26:18 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.208";
version = "0.0.215";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-/WNiGeKoEvKYlXIK4cU6z5gFGujQbAE13qyvnhMniXc=";
hash = "sha256-XK3d47Q/6+sJ2RL+on483z9PvZrdaKxIT9/GUQuLPl8=";
};
postPatch = ''