oranda: 0.4.1 -> 0.5.0

Diff: https://github.com/axodotdev/oranda/compare/v0.4.1...v0.5.0

Changelog: https://github.com/axodotdev/oranda/blob/v0.5.0/CHANGELOG.md

figsoda ef0aaeba 91ac36c5

+4 -3
+4 -3
pkgs/applications/misc/oranda/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "oranda"; 13 - version = "0.4.1"; 13 + version = "0.5.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "axodotdev"; 17 17 repo = "oranda"; 18 18 rev = "v${version}"; 19 - hash = "sha256-k4xrgRanQmkjmXGvfeaGU61+GP8asYPq4RQrao3rd4Q="; 19 + hash = "sha256-CB3ALd8N+bZ6kD34rKTxdIXrSqZtaQTINmI2yf/m38w="; 20 20 }; 21 21 22 - cargoHash = "sha256-CLMhzPM11LnQdCVD66xC4Fk+8LnfRfFzk3FwQeXboes="; 22 + cargoHash = "sha256-GLnczSTDMDjvLw+8js6LUVtW8QLlS3G12pSabYkYsHI="; 23 23 24 24 nativeBuildInputs = [ 25 25 pkg-config ··· 30 30 oniguruma 31 31 ] ++ lib.optionals stdenv.isDarwin [ 32 32 darwin.apple_sdk.frameworks.CoreServices 33 + darwin.apple_sdk.frameworks.SystemConfiguration 33 34 ]; 34 35 35 36 # requires internet access