Skip to content

Commit 225da7c

Browse files
committed
blade-formatter: 1.41.1 -> 1.42.0
1 parent 92cd240 commit 225da7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/bl/blade-formatter/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616

1717
stdenvNoCC.mkDerivation (finalAttrs: {
1818
pname = "blade-formatter";
19-
version = "1.41.1";
19+
version = "1.42.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "shufo";
2323
repo = "blade-formatter";
2424
rev = "v${finalAttrs.version}";
25-
hash = "sha256-iaWpIa+H+ocAXGc042PfmCu9UcJZeso9ripWB2/1oTs=";
25+
hash = "sha256-aH826UKTJPB/pbR/pEFV/RVXwKw+kG9xpj4pLnfqmU4=";
2626
};
2727

2828
yarnOfflineCache = fetchYarnDeps {
2929
yarnLock = finalAttrs.src + "/yarn.lock";
30-
hash = "sha256-zn0PgLIWk23EhYeOKF2RkpvLOusVrqoBazKcJpIAzm8=";
30+
hash = "sha256-Iu0J7GHPoU2jwVkX+DY9qWgzgx9JvsBogEJDOS7z1WQ=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)