Merge pull request #291058 from r-ryantm/auto-update/fishPlugins.forgit

fishPlugins.forgit: 24.01.0 -> 24.02.0

authored by Yt and committed by GitHub 85a7517e d01044ec

+2 -2
+2 -2
pkgs/shells/fish/plugins/forgit.nix
··· 2 3 buildFishPlugin rec { 4 pname = "forgit"; 5 - version = "24.01.0"; 6 7 src = fetchFromGitHub { 8 owner = "wfxr"; 9 repo = "forgit"; 10 rev = version; 11 - hash = "sha256-WHhyllOr/PgR+vlrfMQs/3/d3xpmDylT6BlLCu50a2g="; 12 }; 13 14 postInstall = ''
··· 2 3 buildFishPlugin rec { 4 pname = "forgit"; 5 + version = "24.02.0"; 6 7 src = fetchFromGitHub { 8 owner = "wfxr"; 9 repo = "forgit"; 10 rev = version; 11 + hash = "sha256-DoOtrnEJwSxkCZtsVek+3w9RZH7j7LTvdleBC88xyfI="; 12 }; 13 14 postInstall = ''