We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db24350 commit 83df2a8Copy full SHA for 83df2a8
pkgs/rotki-bin/default.nix
@@ -5,11 +5,11 @@
5
}:
6
appimageTools.wrapType2 rec {
7
pname = "rotki-bin";
8
- version = "1.32.1";
+ version = "1.33.1";
9
10
src = fetchurl {
11
url = "https://github.com/rotki/rotki/releases/download/v${version}/rotki-linux_x86_64-v${version}.AppImage";
12
- sha256 = "sha256-0TRaUQmVoGfJvT6VWkwnVIZpAFJnoUe4jV7Wkf9YkLA=";
+ sha256 = "sha256-gC9R9DwOOs4f3ML4gLG27Ud0uQd46tIAGZxIdQn8Rd0=";
13
};
14
15
# Rename installed bin to `rotki` to make it easier to specify in `apps.rotki-bin.bin` declaration.
0 commit comments