Skip to content

Commit 6eaf950

Browse files
authored
affine: fix yarn outputHash (#382016)
2 parents 62172c1 + 71bc331 commit 6eaf950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/af/affine/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
9696
'';
9797
dontInstall = true;
9898
outputHashMode = "recursive";
99-
outputHash = "sha256-E9l5zjOOfyDBzYJOU94VrRvt7Hi4XkRTDav9bVlXvlQ=";
99+
outputHash = "sha256-OuBxx0nrZ/KVFD1JinjBBXiQUcePWx5zRACld1CoHX0=";
100100
};
101101
nativeBuildInputs =
102102
[

0 commit comments

Comments
 (0)