oh-my-zsh: 2025-01-30 -> 2025-02-14 (#382348)

This commit is contained in:
R. RyanTM
2025-02-21 20:26:58 -05:00
committed by GitHub
parent c2fa08b755
commit c05a5aacc1
+3 -3
View File
@@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2025-01-30";
version = "2025-02-14";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "1c34b0e67d4f1dff36a079f31d7dafe8bcf92f6e";
sha256 = "sha256-+y8fN1A+wb24H4s/KJ8VpuauCvwoItoruDwXlIw8ed4=";
rev = "92da3108b52be506dc1334e8f0dc67c5d1c13d57";
sha256 = "sha256-tVKZDXiXrNgUkBvXYcoLVedV0/N4SPVMQGE6z5wDtPQ=";
};
strictDeps = true;