Skip to content

Commit

Permalink
Merge pull request NixOS#326170 from andersrh/upgrade-tradingview
Browse files Browse the repository at this point in the history
tradingview: 2.7.7 -> 2.8.1
  • Loading branch information
pbsds authored Jul 17, 2024
2 parents 1884137 + c7524db commit 96362f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/tr/tradingview/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

stdenv.mkDerivation (finalAttrs: {
pname = "tradingview";
version = "2.7.7";
revision = "53";
version = "2.8.1";
revision = "56";

src = fetchurl {
url = "https://api.snapcraft.io/api/v1/snaps/download/nJdITJ6ZJxdvfu8Ch7n5kH5P99ClzBYV_${finalAttrs.revision}.snap";
hash = "sha256-izASQXx/wTPKvPxWRh0csKsXoQlsFaOsLsNthepwW64=";
hash = "sha256-cl1c/ZRHBW6qHYaVD7BiC0CaZMsXOLGCF7lP+oBVnpk=";
};

nativeBuildInputs = [
Expand Down
Empty file modified pkgs/by-name/tr/tradingview/update.sh
100644 → 100755
Empty file.

0 comments on commit 96362f4

Please sign in to comment.