zsh-prezto: 0-unstable-2024-12-12 -> 0-unstable-2025-01-10

This commit is contained in:
R. Ryantm
2025-01-12 22:02:15 +00:00
parent 93dbaf6d1a
commit 0fceab9142
+3 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "zsh-prezto";
version = "0-unstable-2024-12-12";
version = "0-unstable-2025-01-10";
src = fetchFromGitHub {
owner = "sorin-ionescu";
repo = "prezto";
rev = "9626ce2beb8e20afb8f63020d974ff8a213bc773";
sha256 = "TkmzNyPKv/K9sW0CCiR8hnXXM0d6En49HcdPsa011Xw=";
rev = "6e564503f1c5e6ddba2bcf5d9065e5872ca207d2";
sha256 = "hYuYjSQtt00pU3eqrzN8Crk40NEtCCj1G6XUL89F4xU=";
fetchSubmodules = true;
};