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 3d8d335 commit 9ef6c48Copy full SHA for 9ef6c48
pkgs/by-name/nr/nrr/package.nix
@@ -7,17 +7,17 @@
7
}:
8
rustPlatform.buildRustPackage rec {
9
pname = "nrr";
10
- version = "0.10.2";
+ version = "0.10.3";
11
12
src = fetchFromGitHub {
13
owner = "ryanccn";
14
repo = "nrr";
15
rev = "v${version}";
16
- hash = "sha256-qh4YEfdfO6WofdrFHVDvkNocloK2LuWelfZPilxiKPk=";
+ hash = "sha256-RBKFDm6MpK2lDCUvbX0EFEuOASKtHM+5QknWM0A6AKE=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-f8ugfkTtS23TLh0Ss4SpxGy1Y9AeqinE+psDmHVHibg=";
+ cargoHash = "sha256-DiapeSFfsmox+Utx9uW/8/veEQcnWmoaETLNyffpv64=";
21
22
env = lib.optionalAttrs enableLTO {
23
CARGO_PROFILE_RELEASE_LTO = "fat";
0 commit comments