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 56de916 commit 4fcfca6Copy full SHA for 4fcfca6
pkgs/by-name/ro/rotki-bin/default.nix
@@ -7,11 +7,11 @@
7
}:
8
appimageTools.wrapType2 rec {
9
pname = "rotki-bin";
10
- version = "1.37.1";
+ version = "1.39.0";
11
12
src = fetchurl {
13
url = "https://github.com/rotki/rotki/releases/download/v${version}/rotki-linux_x86_64-v${version}.AppImage";
14
- sha256 = "sha256-8/QDAfsB3BUf1Fc04ARWjCILh39dFVFEy2tVaMSJ/UE=";
+ sha256 = "sha256-KBNTPIdyUUkNxj5svVpBsQNI1jcFCdYQ5Z5G4CK8KXg=";
15
};
16
17
nativeBuildInputs = [makeWrapper];
0 commit comments