zsh-prezto: 0-unstable-2025-01-10 -> 0-unstable-2025-07-30 (#431009)

This commit is contained in:
Wolfgang Walther
2025-08-14 17:21:47 +00:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation {
pname = "zsh-prezto";
version = "0-unstable-2025-01-10";
version = "0-unstable-2025-07-30";
src = fetchFromGitHub {
owner = "sorin-ionescu";
repo = "prezto";
rev = "6e564503f1c5e6ddba2bcf5d9065e5872ca207d2";
sha256 = "hYuYjSQtt00pU3eqrzN8Crk40NEtCCj1G6XUL89F4xU=";
rev = "af383940911fc3192beb6e0fd2566c52bd1ea9ba";
sha256 = "UWDOT6ezJ1LepULU2fqDru/sFcuUh41eP3C9ay8x888=";
fetchSubmodules = true;
};