enzyme: 0.0.186 -> 0.0.187 (#429330)

Co-authored-by: kiranshila <me@kiranshila.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-29 15:49:16 +00:00 committed by GitHub
commit b964000878
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.186";
version = "0.0.187";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-s9YGKHPk4/xy3Re3NdWe1Srjg+inPft0vrQMWaRcGpA=";
hash = "sha256-vdLt7LtVkgcgoUzzl5jb7ERIyQMpY+iSwJpdQpWxoJw=";
};
postPatch = ''