television: 0.10.7 -> 0.10.8 (#390466)

authored by Austin Horstman and committed by GitHub e00fa904 0f80da4f

+3 -3
+3 -3
pkgs/by-name/te/television/package.nix
··· 8 }: 9 rustPlatform.buildRustPackage rec { 10 pname = "television"; 11 - version = "0.10.7"; 12 13 src = fetchFromGitHub { 14 owner = "alexpasmantier"; 15 repo = "television"; 16 tag = version; 17 - hash = "sha256-M3n644064cmg7PHmJqQpPZHl4SjshERh2gkKCWvOzcw="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-TtLPH6k1oXAJRgbUXTvcOMOWmYCOCuhM+82yLBkwPXo="; 22 23 passthru = { 24 tests.version = testers.testVersion {
··· 8 }: 9 rustPlatform.buildRustPackage rec { 10 pname = "television"; 11 + version = "0.10.8"; 12 13 src = fetchFromGitHub { 14 owner = "alexpasmantier"; 15 repo = "television"; 16 tag = version; 17 + hash = "sha256-2jUCRt0Ws0KHAClSsTAui8LOz6eGGpV7F7Z3DdzqORM="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-lwIUmJ/Hgl6Kycd+SVRCawwlF7UJ0pyE2r6iJInYWX8="; 22 23 passthru = { 24 tests.version = testers.testVersion {