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

plymouth-matrix-theme: fix version & passthru.updateScript

authored by superherointj and committed by GitHub 76e2ef5f 7732dabb

+2 -2
+2 -2
pkgs/by-name/pl/plymouth-matrix-theme/package.nix
··· 7 8 stdenvNoCC.mkDerivation { 9 pname = "plymouth-matrix-theme"; 10 - version = "0.1.0-unstable-19-02-2017"; 11 12 src = fetchFromGitHub { 13 owner = "storax"; ··· 31 runHook postInstall 32 ''; 33 34 - passthru.updateScript = unstableGitUpdater; 35 36 meta = { 37 description = "Plymouth boot theme inspired by Matrix";
··· 7 8 stdenvNoCC.mkDerivation { 9 pname = "plymouth-matrix-theme"; 10 + version = "0.1.0-unstable-2017-02-19"; 11 12 src = fetchFromGitHub { 13 owner = "storax"; ··· 31 runHook postInstall 32 ''; 33 34 + passthru.updateScript = unstableGitUpdater { }; 35 36 meta = { 37 description = "Plymouth boot theme inspired by Matrix";