zsh-autosuggestions-abbreviations-strategy: 1.1.1 -> 1.1.2 (#421441)
Co-authored-by: llakala <elevenaka11@gmail.com>
This commit is contained in:
commit
c7a1d6d6f9
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "zsh-autosuggestions-abbreviations-strategy";
|
pname = "zsh-autosuggestions-abbreviations-strategy";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "olets";
|
owner = "olets";
|
||||||
repo = "zsh-autosuggestions-abbreviations-strategy";
|
repo = "zsh-autosuggestions-abbreviations-strategy";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-j2Xx8EWcSRntY7gqK9X1/rn3siZgNdL7ht4CyfAA+yY=";
|
hash = "sha256-eW3k183Y3+FERw5VHKf/T0huJl9hfMY+6Wu/WifI7gw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user