enzyme: 0.0.271 -> 0.0.277

This commit is contained in:
R. Ryantm
2026-07-01 08:24:49 +00:00
parent 5bb269961b
commit 68fe8fabed
+2 -2
View File
@@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.271";
version = "0.0.277";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-R3hdy6VSTHBe2ei4aysJhrc++ptQioVe88p/c2CuUP4=";
hash = "sha256-GAICiChPRRFBsZsQtCpPBzNvjWpx5YSAlwYL0/fEe5A=";
};
postPatch = ''