zsh-autosuggestions-abbreviations-strategy: 1.1.1 -> 1.1.2 (#421441)

Co-authored-by: llakala <elevenaka11@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-02 00:56:50 +00:00 committed by GitHub
commit c7a1d6d6f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "zsh-autosuggestions-abbreviations-strategy";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-autosuggestions-abbreviations-strategy";
rev = "v${finalAttrs.version}";
hash = "sha256-j2Xx8EWcSRntY7gqK9X1/rn3siZgNdL7ht4CyfAA+yY=";
hash = "sha256-eW3k183Y3+FERw5VHKf/T0huJl9hfMY+6Wu/WifI7gw=";
};
installPhase = ''