livecaptions: 0.4.0 -> 0.4.1

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2023-09-23 11:26:41 +02:00
parent 82029ef32e
commit 129dcb9f7d
@@ -18,8 +18,8 @@
name = "april-asr";
owner = "abb128";
repo = "april-asr";
rev = "c2f138c674cad58e2708ecaddc95cc72e7f85549";
hash = "sha256-hZe2iss3BGdzeTM5FCp9wp6LaDOjtGJrZS5vB5F6uLg=";
rev = "3308e68442664552de593957cad0fa443ea183dd";
hash = "sha256-/cOZ2EcZu/Br9v0ComxnOegcEtlC9e8FYt3XHfah7mE=";
};
aprilModel = fetchurl {
@@ -28,15 +28,15 @@
hash = "sha256-d+uV0PpPdwijfoaMImUwHubELcsl5jymPuo9nLrbwfM=";
};
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "livecaptions";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "abb128";
repo = "LiveCaptions";
rev = "v${version}";
hash = "sha256-RepuvqNPHRGENupPG5ezadn6f7FxEUYFDi4+DpNanuA=";
rev = "v${finalAttrs.version}";
hash = "sha256-x8NetSooIBlOKzKUMvDkPFtpD6EVGYECnaqWurySUDU=";
};
nativeBuildInputs = [
@@ -73,4 +73,4 @@ in
platforms = platforms.linux;
maintainers = with maintainers; [Scrumplex];
};
}
})