Unverified Commit 48c326b8 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #252888 from r-ryantm/auto-update/zinit

zinit: 3.11.0 -> 3.12.0
parents 91431ebe fe9caffc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenvNoCC.mkDerivation rec {
  pname = "zinit";
  version = "3.11.0";
  version = "3.12.0";
  src = fetchFromGitHub {
    owner = "zdharma-continuum";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Gps7s26qqEjQPDhhSJr9u5SuRNRJnmayKfw45Ygjcd8=";
    hash = "sha256-AiYK1pRFD4CGvBcQg9QwgFjc5Z564TVlWW0MzxoxdWU=";
  };
  # adapted from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zsh-zplugin-git
  dontBuild = true;