nrr: 0.5.2 -> 0.8.0

This commit is contained in:
Ryan Cao 2024-02-21 16:25:30 +08:00
parent 8b5828213f
commit a4850157ee
No known key found for this signature in database

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "nrr"; pname = "nrr";
version = "0.5.2"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ryanccn"; owner = "ryanccn";
repo = "nrr"; repo = "nrr";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-WrpyT5h+eoCu7cspf9KGaM0FgLmnBm8tOHIWbj8sYpo="; hash = "sha256-4zQi7kQxcRXpYuSjolSZoDqX+CcGmq4dvChPlZZZVso=";
}; };
cargoHash = "sha256-XTKaVHy7FWYgMq5gNCLF8kIjDDyiyZ+GPZYBMKtLrsI="; cargoHash = "sha256-XNnyEFEzKQ5N0xtskaUudcb2LtAiEsd6h3D/FdyIbHc=";
buildInputs = lib.optionals stdenv.isDarwin [ buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation darwin.apple_sdk.frameworks.CoreFoundation