Gaetan Lepage 2025-02-10 00:46:00 +01:00
parent 24f7710cb6
commit 4758c02fc2

View File

@ -8,17 +8,17 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "television"; pname = "television";
version = "0.10.4"; version = "0.10.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alexpasmantier"; owner = "alexpasmantier";
repo = "television"; repo = "television";
tag = version; tag = version;
hash = "sha256-ja3Xqp8nRTQnf0K1okHSBPcqQe/m8DqH7UWbdohxlvM="; hash = "sha256-O5BV3+zOUnDdviA8tCGxYmPTTBfge5+BKolIgJSqgOI=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-eplkAaNgoAxMLK3BG0EvNLYT1T3vJpHpbuGvwooegeI="; cargoHash = "sha256-4ApdtAuVQNeBBgBhXpp/N3CMLTZKPJnI3vUiAQUddyg=";
passthru = { passthru = {
tests.version = testers.testVersion { tests.version = testers.testVersion {