jellyfin-tui: 1.1.0 -> 1.1.1 (#380803)

This commit is contained in:
Peder Bergebakken Sundt 2025-02-17 00:18:10 +01:00 committed by GitHub
commit b0db270b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "jellyfin-tui";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "dhonus";
repo = "jellyfin-tui";
tag = "v${version}";
hash = "sha256-k8hN6MfY/agg5Janq4s65te7uOmfEpXXzogaS3jNAC8=";
hash = "sha256-rJI4XREBeiJfusUdIFGZ6zrvS93BC946uaUJTq6ceuo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Ca43CPjjUhNBclkJTt2xFWNRacEvRkKdHosnWSjfN2I=";
cargoHash = "sha256-3gtEcfOV7kXstvzrmX0/WxHj2OikvLDHDT4rhcmpnGc=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [