enzyme: 0.0.191 -> 0.0.195

This commit is contained in:
R. Ryantm
2025-09-05 10:30:40 +00:00
parent c46f18dfb2
commit a398feac1d
+2 -2
View File
@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.191";
version = "0.0.195";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-fNTfep7Edl2Bg0Kqq7xDgpzb2u1LECvBMArRFfxHWR0=";
hash = "sha256-3plYgsXsP/7fexjyEGIowYBymk+ikdJumQdqBcm1Ljg=";
};
postPatch = ''