enzyme: 0.0.181 -> 0.0.182 (#415249)

Co-authored-by: kiranshila <me@kiranshila.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-10 06:02:38 +00:00 committed by GitHub
commit 97629978a0
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.181";
version = "0.0.182";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-4wY8gOF49VOrQ/7YbrSyh0M5S7HXxo2kktFrhShskf4=";
hash = "sha256-OMLRUVLUeft5WpSj16v9DTkD/jUb0u7zH0yXP2oPUI0=";
};
postPatch = ''