squawk: 2.10.0 -> 2.15.0

This commit is contained in:
R. Ryantm
2025-06-27 11:59:31 +00:00
parent f74fa5983b
commit f442c7889f
+3 -3
View File
@@ -10,18 +10,18 @@
}:
rustPlatform.buildRustPackage rec {
pname = "squawk";
version = "2.10.0";
version = "2.15.0";
src = fetchFromGitHub {
owner = "sbdchd";
repo = "squawk";
tag = "v${version}";
hash = "sha256-YNVxtfS2N6+ll8oxykVD3FCFJAdLksX5QJggMXi3G4s=";
hash = "sha256-im608G2A2458lZmxHZaciFI4y+gI9MseP1N1Wm9Z0BA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-nuAsZmaPCYvmKnJZsQzCVy/QNpY9ZQSAORL2U6NjsNY=";
cargoHash = "sha256-3pnrMPl6xvy16UexWcV4N7CshVAwM8SfNbs2WCQa564=";
nativeBuildInputs = [
pkg-config