oranda: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm 2024-05-04 03:31:01 +00:00
parent 2eed3a996b
commit 82bac23a4e

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "oranda"; pname = "oranda";
version = "0.6.2"; version = "0.6.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "axodotdev"; owner = "axodotdev";
repo = "oranda"; repo = "oranda";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-BOMAkmJ2i/zqp6v49xeIF+EfZob8yXohPh86ERwp5OU="; hash = "sha256-PECM0HLomMzNWnERgvYSfSh+XQAjGLxybZAJcaAzEBo=";
}; };
cargoHash = "sha256-SjXPfrO/YiOb1gOw75nAstKFipeIvLV6yl/sy+BZqE4="; cargoHash = "sha256-qO48oR3RtyCbhdGn+VZPceZX/RMqS+5LacSASYRboMo=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config