lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

terminal-stocks: 1.0.15 -> 1.0.16

authored by

Nick Cao and committed by
GitHub
156cba16 a2151d92

+3 -3
+3 -3
pkgs/applications/misc/terminal-stocks/default.nix
··· 2 2 3 3 buildNpmPackage rec { 4 4 pname = "terminal-stocks"; 5 - version = "1.0.15"; 5 + version = "1.0.16"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "shweshi"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-8n+Wpkiy+XTaIBO7nuxO2m3EkkaHsmYNqtUqMin6leg="; 11 + hash = "sha256-tu6SKeTVEqIqDJXimoSkMK9+l0uGqWSrlIO0KHoROSQ="; 12 12 }; 13 13 14 - npmDepsHash = "sha256-M9a33v1R/cAgUJJLHwPs8hpPtjzzKkMps/ACnWLqUZE="; 14 + npmDepsHash = "sha256-13RiEBLhmKW04Tesg1s7c9rCYtRGOd/prnVARb6jpGQ="; 15 15 dontNpmBuild = true; 16 16 17 17 passthru.updateScript = nix-update-script {};