Skip to content

Commit 0acef80

Browse files
github-actions[bot]Mic92
authored andcommitted
qwen-code: 0.4.0 -> 0.4.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 938105c commit 0acef80

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
};
77

88
inputs = {
9-
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
9+
nixpkgs.url = "github:Mic92/nixpkgs/npm-prefetch";
1010
blueprint = {
1111
url = "github:numtide/blueprint";
1212
inputs.nixpkgs.follows = "nixpkgs";

packages/qwen-code/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@
1414

1515
buildNpmPackage (finalAttrs: {
1616
pname = "qwen-code";
17-
version = "0.4.0";
17+
version = "0.4.1";
1818

1919
src = fetchFromGitHub {
2020
owner = "QwenLM";
2121
repo = "qwen-code";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-B7dL0pWSCPwPKwwTHycgC3/qHB66AUWZc62sen7U/7c=";
23+
hash = "sha256-x0ZGeD6qb7UkENfmiF00tx4JDLJbRk46MFquPcOoQLY=";
2424
};
2525

26-
npmDepsHash = "sha256-Vz6zTdNWkM1tnDMW6wM8cRCaed1pLihX7hYB2DaVBYg=";
26+
npmDepsCacheVersion = 2;
27+
npmDepsHash = "sha256-SpNK+MqEUTdkcuNxO0QuYBJpZx5VYK45WtUjICveSHc=";
2728

2829
nativeBuildInputs = [
2930
pkg-config

0 commit comments

Comments
 (0)