fishPlugins.puffer: 1.0.0 -> 1.1.0

This commit is contained in:
zspher
2026-02-03 14:27:04 -07:00
parent 15f3e9f35a
commit cc06e785fa
+2 -2
View File
@@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "puffer";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "nickeb96";
repo = "puffer-fish";
rev = "v${version}";
hash = "sha256-2niYj0NLfmVIQguuGTA7RrPIcorJEPkxhH6Dhcy+6Bk=";
hash = "sha256-MdeegvBu/AqvaMu0g1UHKBvfb6SHUiTUiA62h87r/Xg=";
};
meta = {