Skip to content

Commit 8ed7c61

Browse files
rmpc: 0.6.0 -> 0.7.0 (#367814)
2 parents 2f15fd5 + 9db2338 commit 8ed7c61

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.6.0";
12+
version = "0.7.0";
1313

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

21-
cargoHash = "sha256-Y+NmBAcp6lu1dmMo1Gpozmm/YvNYM7mUAvU2C7iO0ew=";
21+
cargoHash = "sha256-dNmHgPjZL+33kgA04+KQj42LrSXAFVQukml1Wy/HpHQ=";
2222

2323
nativeBuildInputs = [
2424
installShellFiles

0 commit comments

Comments
 (0)