Skip to content

Commit

Permalink
rotki: update to 1.33.1 (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderer authored Jul 15, 2024
1 parent dfdb42c commit c10d7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/rotki-bin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}:
appimageTools.wrapType2 rec {
pname = "rotki-bin";
version = "1.32.1";
version = "1.33.1";

src = fetchurl {
url = "https://github.com/rotki/rotki/releases/download/v${version}/rotki-linux_x86_64-v${version}.AppImage";
sha256 = "sha256-0TRaUQmVoGfJvT6VWkwnVIZpAFJnoUe4jV7Wkf9YkLA=";
sha256 = "sha256-gC9R9DwOOs4f3ML4gLG27Ud0uQd46tIAGZxIdQn8Rd0=";
};

# Rename installed bin to `rotki` to make it easier to specify in `apps.rotki-bin.bin` declaration.
Expand Down

0 comments on commit c10d7f8

Please sign in to comment.