File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 99
1010rustPlatform . 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 } ;
You can’t perform that action at this time.
0 commit comments