tangara-cli: 0.4.3 -> 0.5.2

This commit is contained in:
Jake Waksbaum
2026-02-10 22:52:35 -05:00
parent d824c4c295
commit eedfe72ee2
+5 -3
View File
@@ -5,26 +5,28 @@
pkg-config,
udev,
openssl,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tangara-cli";
version = "0.4.3";
version = "0.5.2";
src = fetchFromGitHub {
owner = "haileys";
repo = "tangara-companion";
tag = "v${finalAttrs.version}";
hash = "sha256-pTE+xlXWIOOt1oiKosnbXTCLYoAqP3CfXA283a//Ds0=";
hash = "sha256-x/xB+itr1GVcaTEre3u6Lchg9VcSzWiNyWVGv5Aczgw=";
};
cargoHash = "sha256-C7Q3Oo/aBBH6pW1zSFQ2nD07+wu8uXfRSwNif2pVlW0=";
cargoHash = "sha256-PVTfAG2AOioW1zVXtXB5SBJX2sJoWVRQO3NafUOAleo=";
nativeBuildInputs = [
pkg-config
];
buildInputs = [
openssl
udev
];