Merge pull request #312494 from OPNA2608/fix/plymouth-matrix-theme_fixups

plymouth-matrix-theme: fix version & passthru.updateScript
This commit is contained in:
superherointj 2024-05-18 05:34:52 -03:00 committed by GitHub
commit 76e2ef5f3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
stdenvNoCC.mkDerivation {
pname = "plymouth-matrix-theme";
version = "0.1.0-unstable-19-02-2017";
version = "0.1.0-unstable-2017-02-19";
src = fetchFromGitHub {
owner = "storax";
@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation {
runHook postInstall
'';
passthru.updateScript = unstableGitUpdater;
passthru.updateScript = unstableGitUpdater { };
meta = {
description = "Plymouth boot theme inspired by Matrix";