oh-my-zsh: 2025-04-03 -> 2025-04-13

This commit is contained in:
R. Ryantm
2025-04-14 12:38:17 +00:00
parent 8f1cb388e9
commit 4661cba444
+3 -3
View File
@@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "2025-04-03";
version = "2025-04-13";
pname = "oh-my-zsh";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "750d3ac4b493dca13ef0ced55fa6a2cd02dc7ee8";
sha256 = "sha256-f0pwEhxCsPuGhkSQW4A/KTffwLzKMaVCKQ8o4ZFfVhM=";
rev = "a84a0332a822a78ddf3f66d0e1ed3990d4badd12";
sha256 = "sha256-oBSs8DuPI7DgKaSSbuK5FgFwmGIVAp2B+YI9Hr1/mRw=";
};
strictDeps = true;