Unverified Commit f9c619ae authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

squawk: 1.4.0 -> 1.5.0 (#372683)

parents 2ce77cfc f70ca0e6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,18 +11,18 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "squawk";
  version = "1.4.0";
  version = "1.5.0";

  src = fetchFromGitHub {
    owner = "sbdchd";
    repo = "squawk";
    tag = "v${version}";
    hash = "sha256-uvgzfMMW/7oiy/SON+Hp4NItiGeKAAM+bMpQ7FPtfqY=";
    hash = "sha256-gKYoTdGaonnLEnaoFlniD9nA5+TM5ITjyL/elOM7gZI=";
  };

  useFetchCargoVendor = true;

  cargoHash = "sha256-oIVtlVkW46UeNw2MCwECQON09fRzTKot3pDgWoC35D0=";
  cargoHash = "sha256-z0ZZnXUH834f6FPYhAcmjmtLEYMvbT97UPgn6ddlxdY=";

  nativeBuildInputs = [
    pkg-config