Skip to content

Commit 4fcfca6

Browse files
authored
rotki-bin: 1.37.1 -> 1.39.0 (#618)
1 parent 56de916 commit 4fcfca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ro/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.37.1";
10+
version = "1.39.0";
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-8/QDAfsB3BUf1Fc04ARWjCILh39dFVFEy2tVaMSJ/UE=";
14+
sha256 = "sha256-KBNTPIdyUUkNxj5svVpBsQNI1jcFCdYQ5Z5G4CK8KXg=";
1515
};
1616

1717
nativeBuildInputs = [makeWrapper];

0 commit comments

Comments
 (0)