3
0
Fork 0
forked from mirrors/nixpkgs

fishPlugins.forgit: 23.04.0 -> 24.01.0

This commit is contained in:
Steven Kou 2024-01-15 13:40:05 -05:00
parent e3528ac551
commit 30e8820750
No known key found for this signature in database
GPG key ID: D0D4BCFA8DB68E35

View file

@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "23.04.0";
version = "24.01.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
sha256 = "sha256-3lvYIuzuJw0CQlaAQG6hAyfUgSXM+3BOmKRVDNFUN/U=";
hash = "sha256-WHhyllOr/PgR+vlrfMQs/3/d3xpmDylT6BlLCu50a2g=";
};
postInstall = ''