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]]
name = "squawk"
-version = "0.19.0"
+version = "0.20.0"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"atty",
"base64 0.12.3",

View file

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