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 2c8834a + a485015 commit b8697e5Copy full SHA for b8697e5
1 file changed
pkgs/by-name/nr/nrr/package.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "nrr";
12
- version = "0.5.2";
+ version = "0.8.0";
13
14
src = fetchFromGitHub {
15
owner = "ryanccn";
16
repo = "nrr";
17
rev = "v${version}";
18
- hash = "sha256-WrpyT5h+eoCu7cspf9KGaM0FgLmnBm8tOHIWbj8sYpo=";
+ hash = "sha256-4zQi7kQxcRXpYuSjolSZoDqX+CcGmq4dvChPlZZZVso=";
19
};
20
21
- cargoHash = "sha256-XTKaVHy7FWYgMq5gNCLF8kIjDDyiyZ+GPZYBMKtLrsI=";
+ cargoHash = "sha256-XNnyEFEzKQ5N0xtskaUudcb2LtAiEsd6h3D/FdyIbHc=";
22
23
buildInputs = lib.optionals stdenv.isDarwin [
24
darwin.apple_sdk.frameworks.CoreFoundation
0 commit comments