Skip to content

Commit

Permalink
roon-tui: 0.3.0 -> 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCDormann committed Aug 30, 2024
1 parent cda8a98 commit ed22b9d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions pkgs/by-name/ro/roon-tui/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/ro/roon-tui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

rustPlatform.buildRustPackage rec {
pname = "roon-tui";
version = "0.3.0";
version = "0.3.2";

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

cargoLock = {
Expand Down

0 comments on commit ed22b9d

Please sign in to comment.