Skip to content

Commit

Permalink
tradingview: 2.6.3 -> 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andersrh committed Dec 25, 2023
1 parent 0c7f041 commit 4d56321
Showing 1 changed file 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.6.3";
revision = "46";
version = "2.7.2";
revision = "49";

src = fetchurl {
url = "https://api.snapcraft.io/api/v1/snaps/download/nJdITJ6ZJxdvfu8Ch7n5kH5P99ClzBYV_${finalAttrs.revision}.snap";
hash = "sha512-jg3VPSfyjh+sYbrLDkqqy1tdUaxuEanQWW1U2SHUQ555tvn9X34pP8uarCFWqu9oye/7KF6KDEjjoIqirUKafw==";
hash = "sha256-GU5vWjZz8FBMtYawfP8cVmKp8X7bhJnLa0ft7Ku8czw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4d56321

Please sign in to comment.