Unverified Commit 80b31e73 authored by Louis Thevenet's avatar Louis Thevenet
Browse files

television: 0.10.9 -> 0.11.2

parent 16709783
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "television";
  version = "0.10.9";
  version = "0.11.2";

  src = fetchFromGitHub {
    owner = "alexpasmantier";
    repo = "television";
    tag = version;
    hash = "sha256-R46r3S7zaogyVpdLGFIU1l6UDnRQ1lMZvd4RA6iq+qI=";
    hash = "sha256-4iS11aBUxtEaWyfdIppdpGs5n8EzgOPEvpZsN+hXhfo=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-teUJyLTUiSIbsMVOTj8/wBIimZOMDPQ/h6OryRsTJQ0=";
  cargoHash = "sha256-KOvTCMdj6xtKZjqKHxPjts4dE3/TAUbUqv6ew8CYKPY=";

  passthru = {
    tests.version = testers.testVersion {