1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

fishPlugins.forgit: 25.05.0 -> 25.06.0

This commit is contained in:
R. Ryantm 2025-06-01 01:17:09 +00:00
parent b94166b8b6
commit ba5ccd0844

View file

@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "25.05.0";
version = "25.06.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-U+MtgunPEmo/kv/lQI2BBi2WUBgt3wFkaUdfRzJWoGQ=";
hash = "sha256-D1we3pOPXNsK8KgEaRBAmD5eH1i2ud4zX1GwYbOyZvY=";
};
postInstall = ''