Skip to content

Commit

Permalink
television: 0.7.1 -> 0.8.1
Browse files Browse the repository at this point in the history
(cherry picked from commit dd3a668)
  • Loading branch information
louis-thevenet authored and github-actions[bot] committed Dec 31, 2024
1 parent 3d53b26 commit b139214
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.7.1";
version = "0.8.1";

src = fetchFromGitHub {
owner = "alexpasmantier";
repo = "television";
rev = "refs/tags/" + version;
hash = "sha256-CvwJWut3N8TbeTVYnRg+6QHLXxwrDYWK1277uo2yxB8=";
hash = "sha256-+HLNZvCrpVe+lw7i5uAU6nyO/tTPth6In9qn03S/SX8=";
};

cargoHash = "sha256-NNJoWCl/hqAF1QWEFUTnsRnN9gSLs8kyYpUbvmbmWIo=";
cargoHash = "sha256-A+vXptX+2xEWmxJfO8nqmp0esWHZUx1HIvTLIna/x+U=";

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

0 comments on commit b139214

Please sign in to comment.