We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fc865 commit 623598bCopy full SHA for 623598b
pkgs/by-name/rm/rmpc/package.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "rmpc";
12
- version = "0.4.0";
+ version = "0.6.0";
13
14
src = fetchFromGitHub {
15
owner = "mierak";
16
repo = "rmpc";
17
rev = "v${version}";
18
- hash = "sha256-eWscMWOjTGmFCNGwf/6lMU0JbULC7/AFCPbznGQYRQI=";
+ hash = "sha256-hQhcNeGNxUxJ9hO/ukmt6V8V8zQHQLvejeu692pKTwg=";
19
};
20
21
- cargoHash = "sha256-PieGA8/C7d8Q5rdu7oRdVuCLNhwGp5LZYz/rM4agqng=";
+ cargoHash = "sha256-Y+NmBAcp6lu1dmMo1Gpozmm/YvNYM7mUAvU2C7iO0ew=";
22
23
nativeBuildInputs = [
24
installShellFiles
0 commit comments