Skip to content

Commit

Permalink
television: 0.8.6 -> 0.9.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 74c8077)
  • Loading branch information
adamcstephens authored and github-actions[bot] committed Jan 11, 2025
1 parent 78278e3 commit 107ed2a
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.8.6";
version = "0.9.1";

src = fetchFromGitHub {
owner = "alexpasmantier";
repo = "television";
tag = version;
hash = "sha256-p6RuLuhtgVOa8+l0JU5byQ4SHG/TmURPlZUMNVqvfp8=";
hash = "sha256-7TsSgT6UdcGd1/yoRT0SzclEPTCYkBgPcoRMDTKHcEU=";
};

cargoHash = "sha256-0tXsoKSQ0c3po75oMd6LTG+HSkKr5UvI0lBg6FySwfs=";
cargoHash = "sha256-Kb4vc1tCz6cxy/wpuZxowxTaUqpMHROwdiYRDIz22/I=";

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

0 comments on commit 107ed2a

Please sign in to comment.