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 0b40749 + e30544d commit 3eeb252Copy full SHA for 3eeb252
pkgs/by-name/va/vacuum-tube/package.nix
@@ -10,16 +10,16 @@
10
11
buildNpmPackage rec {
12
pname = "vacuum-tube";
13
- version = "1.5.5";
+ version = "1.5.6";
14
15
src = fetchFromGitHub {
16
owner = "shy1132";
17
repo = "VacuumTube";
18
tag = "v${version}";
19
- hash = "sha256-rFR82BO5rXv+4ePx5FqXOWec7ncM5Ml0dwixtLXQFts=";
+ hash = "sha256-aUdTplLqbnDsssRrWwSVOyGwVUWcm7Bn02GrMf+1HVM=";
20
};
21
22
- npmDepsHash = "sha256-u5cfKgKP+n7V8gk2NRWNJz/P7hxURnPFQ7yjLE+fAlE=";
+ npmDepsHash = "sha256-D3XsvQK+qdINxsu78Jc0ovxaC0mKaRO/SiwUCI2/tC4=";
23
makeCacheWritable = true;
24
25
env = {
0 commit comments