tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
zinit: 3.11.0 -> 3.12.0
R. Ryantm
2 years ago
fe9caffc
96467714
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
shells
zsh
zinit
default.nix
+2
-2
pkgs/shells/zsh/zinit/default.nix
···
2
2
3
3
stdenvNoCC.mkDerivation rec {
4
4
pname = "zinit";
5
5
-
version = "3.11.0";
5
5
+
version = "3.12.0";
6
6
src = fetchFromGitHub {
7
7
owner = "zdharma-continuum";
8
8
repo = pname;
9
9
rev = "v${version}";
10
10
-
hash = "sha256-Gps7s26qqEjQPDhhSJr9u5SuRNRJnmayKfw45Ygjcd8=";
10
10
+
hash = "sha256-AiYK1pRFD4CGvBcQg9QwgFjc5Z564TVlWW0MzxoxdWU=";
11
11
};
12
12
# adapted from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zsh-zplugin-git
13
13
dontBuild = true;