Skip to content

Commit

Permalink
television: 0.9.4 -> 0.10.2 (#378043)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 30, 2025
2 parents 99e0552 + e142557 commit dc2b133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/te/television/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "television";
version = "0.9.4";
version = "0.10.2";

src = fetchFromGitHub {
owner = "alexpasmantier";
repo = "television";
tag = version;
hash = "sha256-S0at9qiPaHtFSag/DjJxczcjuQwPIWQBqxrRwrWIPk0=";
hash = "sha256-VOoRl//Z0AiRv96SqopjUYePPUa9KRbEpLYzJ6k1b8Q=";
};

cargoHash = "sha256-eWy1MnduirMyPeOhNYelDV+4J4+9Qf9jSaW772p7t1k=";
cargoHash = "sha256-ULq3nGz39ACFVtHfCvPsl7Ihc2PPv5lTM2K9xpQm48s=";

passthru = {
tests.version = testers.testVersion {
Expand Down

0 comments on commit dc2b133

Please sign in to comment.