squawk: 1.5.0 -> 2.10.0

This commit is contained in:
R. Ryantm 2025-05-28 21:34:10 +00:00
parent 6ed432a97e
commit 88d75e9356

View file

@ -10,18 +10,18 @@
}:
rustPlatform.buildRustPackage rec {
pname = "squawk";
version = "1.5.0";
version = "2.10.0";
src = fetchFromGitHub {
owner = "sbdchd";
repo = "squawk";
tag = "v${version}";
hash = "sha256-gKYoTdGaonnLEnaoFlniD9nA5+TM5ITjyL/elOM7gZI=";
hash = "sha256-YNVxtfS2N6+ll8oxykVD3FCFJAdLksX5QJggMXi3G4s=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-z0ZZnXUH834f6FPYhAcmjmtLEYMvbT97UPgn6ddlxdY=";
cargoHash = "sha256-nuAsZmaPCYvmKnJZsQzCVy/QNpY9ZQSAORL2U6NjsNY=";
nativeBuildInputs = [
pkg-config