enzyme: 0.0.189 -> 0.0.191 (#436642)

Co-authored-by: kiranshila <me@kiranshila.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-25 15:14:05 +00:00
committed by GitHub
co-authored by kiranshila
+2 -2
View File
@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.189";
version = "0.0.191";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-fjKu8H24RuDGmMjN4SphdQw6g8FLS0Xc+STjgx7hiq4=";
hash = "sha256-fNTfep7Edl2Bg0Kqq7xDgpzb2u1LECvBMArRFfxHWR0=";
};
postPatch = ''