We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 253a252 + 4573c80 commit 41ed024Copy full SHA for 41ed024
packages/qwen-code/package.nix
@@ -30,7 +30,7 @@ buildNpmPackage (finalAttrs: {
30
npmDeps = fetchNpmDepsWithPackuments {
31
inherit (finalAttrs) src;
32
name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps";
33
- hash = "sha256-YxeIC52Bt+WquvNGhxHKMv6bcHs8wcEAnbxhqsIoIjw=";
+ hash = "sha256-a9UYvPAbJj9mOtqtLZiYf3kzYsIMxG1L9x2gUaYJTFg=";
34
cacheVersion = 2;
35
};
36
makeCacheWritable = true;
0 commit comments