Skip to content

Commit 9ef6c48

Browse files
committed
nrr: 0.10.2 -> 0.10.3
1 parent 3d8d335 commit 9ef6c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/nr/nrr/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "nrr";
10-
version = "0.10.2";
10+
version = "0.10.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "ryanccn";
1414
repo = "nrr";
1515
rev = "v${version}";
16-
hash = "sha256-qh4YEfdfO6WofdrFHVDvkNocloK2LuWelfZPilxiKPk=";
16+
hash = "sha256-RBKFDm6MpK2lDCUvbX0EFEuOASKtHM+5QknWM0A6AKE=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-f8ugfkTtS23TLh0Ss4SpxGy1Y9AeqinE+psDmHVHibg=";
20+
cargoHash = "sha256-DiapeSFfsmox+Utx9uW/8/veEQcnWmoaETLNyffpv64=";
2121

2222
env = lib.optionalAttrs enableLTO {
2323
CARGO_PROFILE_RELEASE_LTO = "fat";

0 commit comments

Comments
 (0)