2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 21:58:16 +00:00

television: 0.5.3 -> 0.6.2 ()

This commit is contained in:
R. RyanTM 2024-12-11 16:20:12 +10:00 committed by GitHub
parent 115709cac4
commit f6b00e9c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "television";
version = "0.5.3";
version = "0.6.2";
src = fetchFromGitHub {
owner = "alexpasmantier";
repo = "television";
rev = "refs/tags/" + version;
hash = "sha256-xYfaFs0a37maeLdnlEGVsocWWym41EOZ9dsuFXc1hMY=";
hash = "sha256-Z2FkgGpXSetmG90c4RoiBlp8fyivmcbyA5fQ2jYsLLg=";
};
cargoHash = "sha256-z12FeXQ2IpDZQYqnt6MPkLeW4Ul3XphSI38ikM/YizY=";
cargoHash = "sha256-K0NfS5oXlhlEhk4qpHbI/9R0IlxP0qo3DLgB99/VdP4=";
passthru = {
tests.version = testers.testVersion {