Unverified Commit 26b2bef8 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

television: 0.11.14 -> 0.11.15 (#395122)

parents 7a1edc23 c966955d
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.11.4";
  version = "0.11.5";

  src = fetchFromGitHub {
    owner = "alexpasmantier";
    repo = "television";
    tag = version;
    hash = "sha256-We8e61gQu7xOdfxI8BVHMyEXVQ83/r/h/olT8193k98=";
    hash = "sha256-2Yt98ZtoTHqCtyqGuPL583NBe2CHI+9PIyO0fnonM4E=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-5KLsHgPgbly9rAet259NA6k/Iuwa8SucIRUKU+gybiI=";
  cargoHash = "sha256-+T/WC7jq6qra9qxQ+mR929LQavETHTtAGHKWm81cwNU=";

  passthru = {
    tests.version = testers.testVersion {