enzyme: 0.0.187 -> 0.0.188

This commit is contained in:
R. Ryantm 2025-08-07 10:23:10 +00:00
parent a9cd681b8d
commit 150643a84f

View File

@ -7,13 +7,13 @@
}: }:
llvmPackages.stdenv.mkDerivation rec { llvmPackages.stdenv.mkDerivation rec {
pname = "enzyme"; pname = "enzyme";
version = "0.0.187"; version = "0.0.188";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "EnzymeAD"; owner = "EnzymeAD";
repo = "Enzyme"; repo = "Enzyme";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-vdLt7LtVkgcgoUzzl5jb7ERIyQMpY+iSwJpdQpWxoJw="; hash = "sha256-CoImpu1Hwn11s+6GeYPIyaIHz7kdjrBMpbxAUzaJWZU=";
}; };
postPatch = '' postPatch = ''