enzyme: 0.0.183 -> 0.0.184 (#421701)

Co-authored-by: kiranshila <me@kiranshila.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-03 20:39:06 +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.183";
version = "0.0.184";
src = fetchFromGitHub {
owner = "EnzymeAD";
repo = "Enzyme";
rev = "v${version}";
hash = "sha256-fXkDT+4n8gXZ2AD+RBjHJ3tGPnZlUU7p62bdiOumaBY=";
hash = "sha256-qLV21DlZpRrGobjqcpwNvm7J+gCi/2yj1eXKPbC/j8A=";
};
postPatch = ''