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.
2 parents a6d33c7 + e32ef9f commit 9b40252Copy full SHA for 9b40252
pkgs/by-name/rs/rsrpc/package.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "rsrpc";
11
- version = "0.24.2";
+ version = "0.24.3";
12
13
src = fetchFromGitHub {
14
owner = "SpikeHD";
15
repo = "rsRPC";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-Epf84YY7wkQjBbM09NbCSLiVreIgc/OA2g8tN8OmwXQ=";
+ hash = "sha256-qQduMRITva425T+w2sWX/mRmJLq2SsfPkFzgjyq9x9E=";
18
};
19
20
- cargoHash = "sha256-fTDAs88GE+ZoaCSJwCAUolTHpigDbkqNVMlbZOO5v1o=";
+ cargoHash = "sha256-aUTy+8XCUgsBEBBWr0PmvZ6agkq0sojXPWi9rDWp2Iw=";
21
22
nativeBuildInputs = [
23
pkg-config
0 commit comments