Skip to content

Commit

Permalink
television: 0.9.1 -> 0.9.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 9de1be4)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Jan 12, 2025
1 parent c4533bd commit 0be9e9c
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.1";
version = "0.9.2";

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

cargoHash = "sha256-Kb4vc1tCz6cxy/wpuZxowxTaUqpMHROwdiYRDIz22/I=";
cargoHash = "sha256-IXtmQdDO3OHBZALWQKhJVgEimvuNyAj0/7aUlnL395M=";

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

0 comments on commit 0be9e9c

Please sign in to comment.