squawk: 1.5.0 -> 2.10.0 (#408449)

This commit is contained in:
Wolfgang Walther
2025-06-01 11:12:50 +00:00
committed by GitHub
+3 -3
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