Skip to content

Commit 811ddb2

Browse files
rotki-bin: 1.41.0 -> 1.41.1 (#763)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nix-flake-auto-update[bot] <234984901+nix-flake-auto-update[bot]@users.noreply.github.com>
1 parent 2bc39bb commit 811ddb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/rotki-bin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
}:
88
appimageTools.wrapType2 rec {
99
pname = "rotki-bin";
10-
version = "1.41.0";
10+
version = "1.41.1";
1111

1212
src = fetchurl {
1313
url = "https://github.com/rotki/rotki/releases/download/v${version}/rotki-linux_x86_64-v${version}.AppImage";
14-
sha256 = "sha256-73LrKYivkgZ7tTXYcTbgD7j6wXw8WpdsM/kvIDGLPss=";
14+
sha256 = "sha256-pOiEG3hdzixxgsiIkk11MuxMWz8KaM4Bsm/jWdjJ6PQ=";
1515
};
1616

1717
nativeBuildInputs = [makeWrapper];

0 commit comments

Comments
 (0)