Skip to content

Commit 7fa2499

Browse files
enzyme: 0.0.201 -> 0.0.203 (NixOS#449444)
2 parents c8fef91 + 5e628a0 commit 7fa2499

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/en/enzyme/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
}:
88
llvmPackages.stdenv.mkDerivation rec {
99
pname = "enzyme";
10-
version = "0.0.201";
10+
version = "0.0.203";
1111

1212
src = fetchFromGitHub {
1313
owner = "EnzymeAD";
1414
repo = "Enzyme";
1515
rev = "v${version}";
16-
hash = "sha256-TUGWQImDtXOOkEt20719OheKlPgWjEVdqTh/ET/c1cs=";
16+
hash = "sha256-PfV50pGDGWx4Ih8x8V0ib+Oti71oH90ODepiDN+q4tU=";
1717
};
1818

1919
postPatch = ''

0 commit comments

Comments
 (0)