Skip to content

Commit 83df2a8

Browse files
committed
rotki: update to 1.33.1
1 parent db24350 commit 83df2a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/rotki-bin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
}:
66
appimageTools.wrapType2 rec {
77
pname = "rotki-bin";
8-
version = "1.32.1";
8+
version = "1.33.1";
99

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

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

0 commit comments

Comments
 (0)