Skip to content

Commit ee7e849

Browse files
MichaelCDormannalyssais
authored andcommitted
roon-tui: 0.3.0 -> 0.3.2
1 parent 4478f42 commit ee7e849

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

pkgs/by-name/ro/roon-tui/Cargo.lock

+13-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/ro/roon-tui/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
rustPlatform.buildRustPackage rec {
77
pname = "roon-tui";
8-
version = "0.3.0";
8+
version = "0.3.2";
99

1010
src = fetchFromGitHub {
1111
owner = "TheAppgineer";
1212
repo = "roon-tui";
1313
rev = version;
14-
hash = "sha256-rwZPUa6NyKs+jz0+JQC0kSrw0T/EL+ms2m+AzHvrI7o=";
14+
hash = "sha256-ocPSqj9/xJ2metetn6OY+IEFWysbstPmh2N5Jd8NDPM=";
1515
};
1616

1717
cargoLock = {

0 commit comments

Comments
 (0)