Merge pull request #216789 from marsam/update-squawk

squawk: 0.20.0 -> 0.21.0
This commit is contained in:
Mario Rodas 2023-02-21 04:55:46 -05:00 committed by GitHub
commit d0d5525908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View File

@ -6,8 +6,8 @@ index d5803a8..384224d 100644
[[package]] [[package]]
name = "squawk" name = "squawk"
-version = "0.19.0" -version = "0.20.0"
+version = "0.20.0" +version = "0.21.0"
dependencies = [ dependencies = [
"atty", "atty",
"base64 0.12.3", "base64 0.12.3",

View File

@ -23,16 +23,16 @@ let
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "squawk"; pname = "squawk";
version = "0.20.0"; version = "0.21.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sbdchd"; owner = "sbdchd";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-v9F+HfscX4dIExIP1YvxOldZPPtmxh8lO3SREu6M+C0="; hash = "sha256-ObaYGGTAGGLOAji86Q5R9fqbCGg6GP0A3iheNLgzezY=";
}; };
cargoHash = "sha256-kSaQxqom8LSCOQBoIZ1iv+q2+Ih8l61L97xXv5c4a0k="; cargoHash = "sha256-VOGgwBKcJK7x+PwvzvuVu9Zd1G8t9UoC/Me3G6bdtrk=";
cargoPatches = [ cargoPatches = [
./correct-Cargo.lock.patch ./correct-Cargo.lock.patch
@ -55,6 +55,8 @@ rustPlatform.buildRustPackage rec {
Security Security
]); ]);
OPENSSL_NO_VENDOR = 1;
LIBPG_QUERY_PATH = libpg_query13; LIBPG_QUERY_PATH = libpg_query13;
meta = with lib; { meta = with lib; {