We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5327c2e + 225da7c commit 1876aa1Copy full SHA for 1876aa1
pkgs/by-name/bl/blade-formatter/package.nix
@@ -16,18 +16,18 @@
16
17
stdenvNoCC.mkDerivation (finalAttrs: {
18
pname = "blade-formatter";
19
- version = "1.41.1";
+ version = "1.42.0";
20
21
src = fetchFromGitHub {
22
owner = "shufo";
23
repo = "blade-formatter";
24
rev = "v${finalAttrs.version}";
25
- hash = "sha256-iaWpIa+H+ocAXGc042PfmCu9UcJZeso9ripWB2/1oTs=";
+ hash = "sha256-aH826UKTJPB/pbR/pEFV/RVXwKw+kG9xpj4pLnfqmU4=";
26
};
27
28
yarnOfflineCache = fetchYarnDeps {
29
yarnLock = finalAttrs.src + "/yarn.lock";
30
- hash = "sha256-zn0PgLIWk23EhYeOKF2RkpvLOusVrqoBazKcJpIAzm8=";
+ hash = "sha256-Iu0J7GHPoU2jwVkX+DY9qWgzgx9JvsBogEJDOS7z1WQ=";
31
32
33
nativeBuildInputs = [
0 commit comments