Skip to content

Commit

Permalink
television: 0.10.2 -> 0.10.4 (#379761)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Feb 7, 2025
2 parents 5a9992b + 05e45b5 commit 71952c3
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,17 +8,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "television";
version = "0.10.2";
version = "0.10.4";

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

useFetchCargoVendor = true;
cargoHash = "sha256-OFSbynO7FSDxMiXVmB+STWB45iIhIn2rq+8Mjz37MwE=";
cargoHash = "sha256-eplkAaNgoAxMLK3BG0EvNLYT1T3vJpHpbuGvwooegeI=";

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

0 comments on commit 71952c3

Please sign in to comment.