Unverified Commit d0d55259 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #216789 from marsam/update-squawk

squawk: 0.20.0 -> 0.21.0
parents b9f01fe8 5e0646d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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",
+5 −3
Original line number Diff line number Diff line
@@ -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; {