Unverified Commit 76e2ef5f authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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

plymouth-matrix-theme: fix version & passthru.updateScript
parents 7732dabb 5dfba7f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";