Skip to content

Commit e32ef9f

Browse files
committed
rsrpc: 0.24.2 -> 0.24.3
1 parent 09906ca commit e32ef9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/rs/rsrpc/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "rsrpc";
11-
version = "0.24.2";
11+
version = "0.24.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "SpikeHD";
1515
repo = "rsRPC";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-Epf84YY7wkQjBbM09NbCSLiVreIgc/OA2g8tN8OmwXQ=";
17+
hash = "sha256-qQduMRITva425T+w2sWX/mRmJLq2SsfPkFzgjyq9x9E=";
1818
};
1919

20-
cargoHash = "sha256-fTDAs88GE+ZoaCSJwCAUolTHpigDbkqNVMlbZOO5v1o=";
20+
cargoHash = "sha256-aUTy+8XCUgsBEBBWr0PmvZ6agkq0sojXPWi9rDWp2Iw=";
2121

2222
nativeBuildInputs = [
2323
pkg-config

0 commit comments

Comments
 (0)