gurk-rs: 0.5.1 -> 0.5.2

gurk-rs: restrict rev with adding "refs/tags/" prefix
gurk-rs: update cargoHash

Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Kenichi Kamiya 2024-11-16 13:09:50 +09:00
parent f818c4adb3
commit 9e335902fb
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB
2 changed files with 7 additions and 5746 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,29 +11,22 @@
rustPlatform.buildRustPackage rec {
pname = "gurk-rs";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "boxdot";
repo = pname;
rev = "v${version}";
hash = "sha256-g0V6FPkCpIEWx+/kDG9+0NtlCVj6jc1gbkkzOSl/lAo=";
repo = "gurk-rs";
rev = "refs/tags/v${version}";
hash = "sha256-ZVpI60pZZCLRnKdC80P8f63gE0+Vi1lelhyFPAhpHyU=";
};
postPatch = ''
rm .cargo/config.toml
'';
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"libsignal-protocol-0.1.0" = "sha256-4aHINlpVAqVTtm7npwXQRutZUmIxYgkhXhApg7jSM4M=";
"libsignal-service-0.1.0" = "sha256-AOGw76A9R2qH3hc7B+MBE3okzW8b5LTZdepzUDOv9lM=";
"curve25519-dalek-4.1.3" = "sha256-bPh7eEgcZnq9C3wmSnnYv0C4aAP+7pnwk9Io29GrI4A=";
"presage-0.6.2" = "sha256-t9t8ecPtefI/jYlk+Ul8WdgH26VJIkfMptbKxprekS0=";
"qr2term-0.3.1" = "sha256-U8YLouVZTtDwsvzZiO6YB4Pe75RXGkZXOxHCQcCOyT8=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-jTZ2wJPXj3nU7GVTfne64eSra+JuKhNryCtRZMKOE44=";
nativeBuildInputs = [ protobuf pkg-config ];