Skip to content

Commit 623598b

Browse files
author
Charlie Root
committed
rmpc: 0.4.0 -> 0.6.0
Bump the rmpc version to 0.6.0, since 0.4.0 is over two months old already. https://github.com/mierak/rmpc/blob/master/CHANGELOG.md#060---2024-10-28
1 parent 99fc865 commit 623598b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)