Skip to content

Commit

Permalink
fishPlugins.*: fix versions (#354729)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Nov 10, 2024
2 parents b0b3a70 + aff0ceb commit 903f429
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/bass.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildFishPlugin rec {
pname = "bass";
version = "unstable-2021-02-18";
version = "1.0-unstable-2021-02-18";

src = fetchFromGitHub {
owner = "edc";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/bobthefish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
buildFishPlugin {
pname = "bobthefish";
version = "unstable-2023-06-16";
version = "0-unstable-2023-06-16";

src = fetchFromGitHub {
owner = "oh-my-fish";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/bobthefisher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
buildFishPlugin {
pname = "bobthefisher";
version = "unstable-2023-10-25";
version = "0-unstable-2023-10-25";

src = fetchFromGitHub {
owner = "Scrumplex";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/clownfish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildFishPlugin {
pname = "clownfish";
version = "unstable-2021-01-17";
version = "0-unstable-2021-01-17";

src = fetchFromGitHub {
owner = "IlanCosman";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/colored-man-pages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildFishPlugin rec {
pname = "colored-man-pages";
version = "unstable-2022-04-30";
version = "0-unstable-2022-04-30";

src = fetchFromGitHub {
owner = "patrickf1";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/foreign-env/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildFishPlugin {
pname = "foreign-env";
version = "unstable-2020-02-09";
version = "0-unstable-2020-02-09";

src = fetchFromGitHub {
owner = "oh-my-fish";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/fzf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
buildFishPlugin rec {
pname = "fzf";
version = "unstable-2021-05-12";
version = "0.16.6-unstable-2021-05-12";

src = fetchFromGitHub {
owner = "jethrokuan";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/grc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildFishPlugin {
pname = "grc";
version = "unstable-2022-05-24";
version = "0-unstable-2022-05-24";

src = fetchFromGitHub {
owner = "oh-my-fish";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/humantime-fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
buildFishPlugin rec {
pname = "humantime-fish";
version = "unstable-2022-04-08";
version = "1.0.0-unstable-2022-04-08";

src = fetchFromGitHub {
owner = "jorgebucaran";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/hydro.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildFishPlugin rec {
pname = "hydro";
version = "unstable-2024-03-24";
version = "0-unstable-2024-03-24";

src = fetchFromGitHub {
owner = "jorgebucaran";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/z.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
buildFishPlugin rec {
pname = "z";
version = "unstable-2022-04-08";
version = "0-unstable-2022-04-08";

src = fetchFromGitHub {
owner = "jethrokuan";
Expand Down

0 comments on commit 903f429

Please sign in to comment.