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 2bc39bb commit 811ddb2Copy full SHA for 811ddb2
pkgs/by-name/rotki-bin/default.nix
@@ -7,11 +7,11 @@
7
}:
8
appimageTools.wrapType2 rec {
9
pname = "rotki-bin";
10
- version = "1.41.0";
+ version = "1.41.1";
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-73LrKYivkgZ7tTXYcTbgD7j6wXw8WpdsM/kvIDGLPss=";
+ sha256 = "sha256-pOiEG3hdzixxgsiIkk11MuxMWz8KaM4Bsm/jWdjJ6PQ=";
15
};
16
17
nativeBuildInputs = [makeWrapper];
0 commit comments