squawk: 1.0.0 -> 1.4.0

This commit is contained in:
aucub
2024-12-17 04:25:20 +08:00
parent dce2ead662
commit d9c41db7e5
+7 -5
View File
@@ -11,16 +11,18 @@
}:
rustPlatform.buildRustPackage rec {
pname = "squawk";
version = "1.0.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "sbdchd";
repo = pname;
rev = "v${version}";
hash = "sha256-Uc357UspC2O/IxRRTy04jubzhKDRnIAN2CoHvbrGbHg=";
repo = "squawk";
tag = "v${version}";
hash = "sha256-uvgzfMMW/7oiy/SON+Hp4NItiGeKAAM+bMpQ7FPtfqY=";
};
cargoHash = "sha256-G0t3wvcp1Dm0ZCDnzTVf1XJ2Dtr0LyrKM1Vvso0IoaA=";
useFetchCargoVendor = true;
cargoHash = "sha256-oIVtlVkW46UeNw2MCwECQON09fRzTKot3pDgWoC35D0=";
nativeBuildInputs = [
pkg-config