fishPlugins.fifc: 0.1.1 -> 0.3.4

This commit is contained in:
R. Ryantm
2026-07-23 23:30:00 +00:00
parent 3a4239e8fe
commit 84e6d9fef2

View File

@@ -5,13 +5,13 @@
}:
buildFishPlugin rec {
pname = "fifc";
version = "0.1.1";
version = "0.3.4";
src = fetchFromGitHub {
owner = "gazorby";
repo = "fifc";
rev = "v${version}";
hash = "sha256-p5E4Mx6j8hcM1bDbeftikyhfHxQ+qPDanuM1wNqGm6E=";
hash = "sha256-huBcOdjiRztGyqcMX4vnrr8lLjtWBcCYvBLXr1JNNQs=";
};
meta = {