livecaptions: 0.4.0 -> 0.4.1

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

+7 -7
+7 -7
pkgs/applications/misc/livecaptions/default.nix
··· 18 name = "april-asr"; 19 owner = "abb128"; 20 repo = "april-asr"; 21 - rev = "c2f138c674cad58e2708ecaddc95cc72e7f85549"; 22 - hash = "sha256-hZe2iss3BGdzeTM5FCp9wp6LaDOjtGJrZS5vB5F6uLg="; 23 }; 24 25 aprilModel = fetchurl { ··· 28 hash = "sha256-d+uV0PpPdwijfoaMImUwHubELcsl5jymPuo9nLrbwfM="; 29 }; 30 in 31 - stdenv.mkDerivation rec { 32 pname = "livecaptions"; 33 - version = "0.4.0"; 34 35 src = fetchFromGitHub { 36 owner = "abb128"; 37 repo = "LiveCaptions"; 38 - rev = "v${version}"; 39 - hash = "sha256-RepuvqNPHRGENupPG5ezadn6f7FxEUYFDi4+DpNanuA="; 40 }; 41 42 nativeBuildInputs = [ ··· 73 platforms = platforms.linux; 74 maintainers = with maintainers; [Scrumplex]; 75 }; 76 - }
··· 18 name = "april-asr"; 19 owner = "abb128"; 20 repo = "april-asr"; 21 + rev = "3308e68442664552de593957cad0fa443ea183dd"; 22 + hash = "sha256-/cOZ2EcZu/Br9v0ComxnOegcEtlC9e8FYt3XHfah7mE="; 23 }; 24 25 aprilModel = fetchurl { ··· 28 hash = "sha256-d+uV0PpPdwijfoaMImUwHubELcsl5jymPuo9nLrbwfM="; 29 }; 30 in 31 + stdenv.mkDerivation (finalAttrs: { 32 pname = "livecaptions"; 33 + version = "0.4.1"; 34 35 src = fetchFromGitHub { 36 owner = "abb128"; 37 repo = "LiveCaptions"; 38 + rev = "v${finalAttrs.version}"; 39 + hash = "sha256-x8NetSooIBlOKzKUMvDkPFtpD6EVGYECnaqWurySUDU="; 40 }; 41 42 nativeBuildInputs = [ ··· 73 platforms = platforms.linux; 74 maintainers = with maintainers; [Scrumplex]; 75 }; 76 + })