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 42d59ab + 56988c3 commit 662a5d1Copy full SHA for 662a5d1
pkgs/by-name/pr/proto/package.nix
@@ -11,17 +11,17 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "proto";
14
- version = "0.46.0";
+ version = "0.47.4";
15
16
src = fetchFromGitHub {
17
owner = "moonrepo";
18
repo = "proto";
19
rev = "v${version}";
20
- hash = "sha256-zq5zjYljjpriDsTmT0W9zbuJREwYT83N6e6QgWz/4h4=";
+ hash = "sha256-rCn27Lw75a1LOiQTEjQNHal8WuHKBhQVMuPiETpcuT0=";
21
};
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-dQY5mn6f5FhC34T+jpCX1u4s+5yJvTFUBttca7c7G3Y=";
+ cargoHash = "sha256-XCu0jf6mnPSdaeODe0PQ14YeIg02a9iNLBYkLPcenQ4=";
25
26
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
27
darwin.apple_sdk.frameworks.SystemConfiguration
0 commit comments