about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-02-07 18:12:25 +0100
committerOPNA2608 <opna2608@protonmail.com>2024-05-05 22:45:23 +0200
commit693b337466340eace2090621aea3a3a651d16475 (patch)
treec31df650df5b58bb5834da58fad8e4aef8a86ddf
parente1c10217f95693ac6335e7573a82137d4fd65cab (diff)
zsh-prezto: unstable-2024-04-15 -> 0-unstable-2024-04-15
-rw-r--r--pkgs/shells/zsh/zsh-prezto/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh/zsh-prezto/default.nix b/pkgs/shells/zsh/zsh-prezto/default.nix
index 61b51a252fb65..e311bea156f11 100644
--- a/pkgs/shells/zsh/zsh-prezto/default.nix
+++ b/pkgs/shells/zsh/zsh-prezto/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "zsh-prezto";
-  version = "unstable-2024-04-15";
+  version = "0-unstable-2024-04-15";
 
   src = fetchFromGitHub {
     owner = "sorin-ionescu";