fishPlugins.puffer: 1.0.0 -> 1.1.0 (#486689)

This commit is contained in:
Michael Daniels
2026-02-08 02:19:11 +00:00
committed by GitHub
+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 = {