about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-05-17 19:42:41 +0200
committerOPNA2608 <opna2608@protonmail.com>2024-05-17 19:44:48 +0200
commit5dfba7f703f0e3129cdb489c515939dfa8577d7c (patch)
tree5536b56f0f765f6d969664e46dd3a965959b1aee
parent14afb4643cb011805dee4e38fd059bf38f8ae9d3 (diff)
plymouth-matrix-theme: Fix version & passthru.updateScript
-rw-r--r--pkgs/by-name/pl/plymouth-matrix-theme/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/pl/plymouth-matrix-theme/package.nix b/pkgs/by-name/pl/plymouth-matrix-theme/package.nix
index 5db5be9c3f467..69437a7928c6c 100644
--- a/pkgs/by-name/pl/plymouth-matrix-theme/package.nix
+++ b/pkgs/by-name/pl/plymouth-matrix-theme/package.nix
@@ -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";