Skip to content

Commit 3eeb252

Browse files
vacuum-tube: 1.5.5 -> 1.5.6 (#486095)
2 parents 0b40749 + e30544d commit 3eeb252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/va/vacuum-tube/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildNpmPackage rec {
1212
pname = "vacuum-tube";
13-
version = "1.5.5";
13+
version = "1.5.6";
1414

1515
src = fetchFromGitHub {
1616
owner = "shy1132";
1717
repo = "VacuumTube";
1818
tag = "v${version}";
19-
hash = "sha256-rFR82BO5rXv+4ePx5FqXOWec7ncM5Ml0dwixtLXQFts=";
19+
hash = "sha256-aUdTplLqbnDsssRrWwSVOyGwVUWcm7Bn02GrMf+1HVM=";
2020
};
2121

22-
npmDepsHash = "sha256-u5cfKgKP+n7V8gk2NRWNJz/P7hxURnPFQ7yjLE+fAlE=";
22+
npmDepsHash = "sha256-D3XsvQK+qdINxsu78Jc0ovxaC0mKaRO/SiwUCI2/tC4=";
2323
makeCacheWritable = true;
2424

2525
env = {

0 commit comments

Comments
 (0)