enzyme: 0.0.182 -> 0.0.183 (#418519)

Co-authored-by: kiranshila <me@kiranshila.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-22 16:27:17 +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.182";
version = "0.0.183";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-OMLRUVLUeft5WpSj16v9DTkD/jUb0u7zH0yXP2oPUI0=";
hash = "sha256-fXkDT+4n8gXZ2AD+RBjHJ3tGPnZlUU7p62bdiOumaBY=";
};
postPatch = ''