Skip to content

Commit c520c08

Browse files
rmpc: 0.4.0 -> 0.6.0 (#352977)
2 parents 354e59e + e48c368 commit c520c08

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pkgs/by-name/rm/rmpc/package.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "rmpc";
12-
version = "0.4.0";
12+
version = "0.6.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "mierak";
1616
repo = "rmpc";
1717
rev = "v${version}";
18-
hash = "sha256-eWscMWOjTGmFCNGwf/6lMU0JbULC7/AFCPbznGQYRQI=";
18+
hash = "sha256-hQhcNeGNxUxJ9hO/ukmt6V8V8zQHQLvejeu692pKTwg=";
1919
};
2020

21-
cargoHash = "sha256-PieGA8/C7d8Q5rdu7oRdVuCLNhwGp5LZYz/rM4agqng=";
21+
cargoHash = "sha256-Y+NmBAcp6lu1dmMo1Gpozmm/YvNYM7mUAvU2C7iO0ew=";
2222

2323
nativeBuildInputs = [
2424
installShellFiles
@@ -48,7 +48,10 @@ rustPlatform.buildRustPackage rec {
4848
album art through kitty image protocol without any ugly hacks. It also features ranger/lf
4949
inspired browsing of songs and other goodies.
5050
'';
51-
maintainers = with lib.maintainers; [ donovanglover ];
51+
maintainers = with lib.maintainers; [
52+
donovanglover
53+
bloxx12
54+
];
5255
mainProgram = "rmpc";
5356
platforms = lib.platforms.linux;
5457
};

0 commit comments

Comments
 (0)