We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8fef91 + 5e628a0 commit 7fa2499Copy full SHA for 7fa2499
1 file changed
pkgs/by-name/en/enzyme/package.nix
@@ -7,13 +7,13 @@
7
}:
8
llvmPackages.stdenv.mkDerivation rec {
9
pname = "enzyme";
10
- version = "0.0.201";
+ version = "0.0.203";
11
12
src = fetchFromGitHub {
13
owner = "EnzymeAD";
14
repo = "Enzyme";
15
rev = "v${version}";
16
- hash = "sha256-TUGWQImDtXOOkEt20719OheKlPgWjEVdqTh/ET/c1cs=";
+ hash = "sha256-PfV50pGDGWx4Ih8x8V0ib+Oti71oH90ODepiDN+q4tU=";
17
};
18
19
postPatch = ''
0 commit comments