Skip to content

Commit 41ed024

Browse files
Merge pull request #1650 from numtide/update/qwen-code
qwen-code: 0.6.0 -> 0.6.0
2 parents 253a252 + 4573c80 commit 41ed024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/qwen-code/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildNpmPackage (finalAttrs: {
3030
npmDeps = fetchNpmDepsWithPackuments {
3131
inherit (finalAttrs) src;
3232
name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps";
33-
hash = "sha256-YxeIC52Bt+WquvNGhxHKMv6bcHs8wcEAnbxhqsIoIjw=";
33+
hash = "sha256-a9UYvPAbJj9mOtqtLZiYf3kzYsIMxG1L9x2gUaYJTFg=";
3434
cacheVersion = 2;
3535
};
3636
makeCacheWritable = true;

0 commit comments

Comments
 (0)