Merge pull request #318201 from r-ryantm/auto-update/terminal-stocks

terminal-stocks: 1.0.18 -> 1.0.19
This commit is contained in:
Nick Cao 2024-06-08 09:59:10 -04:00 committed by GitHub
commit 288ef3e850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "terminal-stocks";
version = "1.0.18";
version = "1.0.19";
src = fetchFromGitHub {
owner = "shweshi";
repo = pname;
rev = "v${version}";
hash = "sha256-f/ccGh31qT+euuGA3RRyiUYl+wpxazZHs5R8xehX3Zk=";
hash = "sha256-6eDBcQfo6M+Z31ILLM4BbiOxoTD6t4LQJxawoJFEzhg=";
};
npmDepsHash = "sha256-t71SfoPYVFLWcrjv2ErWazDeaVTO4W46g4lFler86Sc=";
npmDepsHash = "sha256-0k2+vdfOUF0zV6Tl7VGXS2dNLnCHgSdI12LqvGkbv+k=";
dontNpmBuild = true;
passthru.updateScript = nix-update-script {};