Unverified Commit 158f2dd7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

terminal-stocks: 1.0.17 -> 1.0.18
parents 87e0bf80 f093fccc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildNpmPackage rec {
  pname = "terminal-stocks";
  version = "1.0.17";
  version = "1.0.18";

  src = fetchFromGitHub {
    owner = "shweshi";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-hCKUUISn/TIr2o3ZtG2kSTgmUCut4NVzIzfIrg84PYI=";
    hash = "sha256-f/ccGh31qT+euuGA3RRyiUYl+wpxazZHs5R8xehX3Zk=";
  };

  npmDepsHash = "sha256-t71SfoPYVFLWcrjv2ErWazDeaVTO4W46g4lFler86Sc=";