enzyme: 0.0.181 -> 0.0.182

This commit is contained in:
R. Ryantm 2025-06-09 09:41:30 +00:00
parent cc0f2673ae
commit eba04cb2ed

View File

@ -7,13 +7,13 @@
}:
llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme";
version = "0.0.181";
version = "0.0.182";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-4wY8gOF49VOrQ/7YbrSyh0M5S7HXxo2kktFrhShskf4=";
hash = "sha256-OMLRUVLUeft5WpSj16v9DTkD/jUb0u7zH0yXP2oPUI0=";
};
postPatch = ''