Unverified Commit 17970631 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

oh-my-zsh: 2022-10-14 -> 2022-10-19 (#196736)

parent ec43390b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:

stdenv.mkDerivation rec {
  version = "2022-10-14";
  version = "2022-10-19";
  pname = "oh-my-zsh";
  rev = "65a1e4edbe678cdac37ad96ca4bc4f6d77e27adf";
  rev = "a7d910c3a61d8599f748a8ddae59ecdd9424022a";

  src = fetchFromGitHub {
    inherit rev;
    owner = "ohmyzsh";
    repo = "ohmyzsh";
    sha256 = "qyI7CU0vKhhADZfQtD73GsyAbqdMPhDQ1uA03h4erpw=";
    sha256 = "BWpvRkUXQhP1VLrlTBqqXvycyPFZaIZmgMfrkqIugSY=";
  };

  strictDeps = true;