Unverified Commit c873e222 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #255079 from r-ryantm/auto-update/zsh-prezto

zsh-prezto: unstable-2023-06-22 -> unstable-2023-09-12
parents 9f96dfcf 724235e7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "zsh-prezto";
  version = "unstable-2023-06-22";
  version = "unstable-2023-09-12";

  src = fetchFromGitHub {
    owner = "sorin-ionescu";
    repo = "prezto";
    rev = "c9c716e9c11938a1aff2f30230d4dc1da38dc564";
    sha256 = "QwFWQMg9Q67eKkzGVz4zmcXtPcuLvFTUlagVxDN/2h4=";
    rev = "5ac930d96be3a51730f7d9d7330f28d9c9c36e0a";
    sha256 = "tyroeGADhBRCQ9/WqNSqMV7kvFUPdC2fcs/B5G5qYhI=";
    fetchSubmodules = true;
  };