Skip to content

Commit b8697e5

Browse files
authored
Merge pull request #290384 from ryanccn/nrr
nrr: 0.5.2 -> 0.8.0
2 parents 2c8834a + a485015 commit b8697e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

1010
rustPlatform.buildRustPackage rec {
1111
pname = "nrr";
12-
version = "0.5.2";
12+
version = "0.8.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "ryanccn";
1616
repo = "nrr";
1717
rev = "v${version}";
18-
hash = "sha256-WrpyT5h+eoCu7cspf9KGaM0FgLmnBm8tOHIWbj8sYpo=";
18+
hash = "sha256-4zQi7kQxcRXpYuSjolSZoDqX+CcGmq4dvChPlZZZVso=";
1919
};
2020

21-
cargoHash = "sha256-XTKaVHy7FWYgMq5gNCLF8kIjDDyiyZ+GPZYBMKtLrsI=";
21+
cargoHash = "sha256-XNnyEFEzKQ5N0xtskaUudcb2LtAiEsd6h3D/FdyIbHc=";
2222

2323
buildInputs = lib.optionals stdenv.isDarwin [
2424
darwin.apple_sdk.frameworks.CoreFoundation

0 commit comments

Comments
 (0)