From aff0cebe5ab36aa6ab39ee078dd5f2fa9f68cee6 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sat, 9 Nov 2024 10:21:33 +0100 Subject: [PATCH] fishPlugins.*: fix versions --- pkgs/shells/fish/plugins/bass.nix | 2 +- pkgs/shells/fish/plugins/bobthefish.nix | 2 +- pkgs/shells/fish/plugins/bobthefisher.nix | 2 +- pkgs/shells/fish/plugins/clownfish.nix | 2 +- pkgs/shells/fish/plugins/colored-man-pages.nix | 2 +- pkgs/shells/fish/plugins/foreign-env/default.nix | 2 +- pkgs/shells/fish/plugins/fzf.nix | 2 +- pkgs/shells/fish/plugins/grc.nix | 2 +- pkgs/shells/fish/plugins/humantime-fish.nix | 2 +- pkgs/shells/fish/plugins/hydro.nix | 2 +- pkgs/shells/fish/plugins/z.nix | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pkgs/shells/fish/plugins/bass.nix b/pkgs/shells/fish/plugins/bass.nix index 35b36e29d5448..01fea3c8a0e5c 100644 --- a/pkgs/shells/fish/plugins/bass.nix +++ b/pkgs/shells/fish/plugins/bass.nix @@ -2,7 +2,7 @@ buildFishPlugin rec { pname = "bass"; - version = "unstable-2021-02-18"; + version = "1.0-unstable-2021-02-18"; src = fetchFromGitHub { owner = "edc"; diff --git a/pkgs/shells/fish/plugins/bobthefish.nix b/pkgs/shells/fish/plugins/bobthefish.nix index ea57eb546655d..e4b7ead976946 100644 --- a/pkgs/shells/fish/plugins/bobthefish.nix +++ b/pkgs/shells/fish/plugins/bobthefish.nix @@ -5,7 +5,7 @@ }: buildFishPlugin { pname = "bobthefish"; - version = "unstable-2023-06-16"; + version = "0-unstable-2023-06-16"; src = fetchFromGitHub { owner = "oh-my-fish"; diff --git a/pkgs/shells/fish/plugins/bobthefisher.nix b/pkgs/shells/fish/plugins/bobthefisher.nix index 20c79ffcdd5a4..db114704c79cb 100644 --- a/pkgs/shells/fish/plugins/bobthefisher.nix +++ b/pkgs/shells/fish/plugins/bobthefisher.nix @@ -5,7 +5,7 @@ }: buildFishPlugin { pname = "bobthefisher"; - version = "unstable-2023-10-25"; + version = "0-unstable-2023-10-25"; src = fetchFromGitHub { owner = "Scrumplex"; diff --git a/pkgs/shells/fish/plugins/clownfish.nix b/pkgs/shells/fish/plugins/clownfish.nix index cd5c997d31142..90b1f0b86c9cb 100644 --- a/pkgs/shells/fish/plugins/clownfish.nix +++ b/pkgs/shells/fish/plugins/clownfish.nix @@ -2,7 +2,7 @@ buildFishPlugin { pname = "clownfish"; - version = "unstable-2021-01-17"; + version = "0-unstable-2021-01-17"; src = fetchFromGitHub { owner = "IlanCosman"; diff --git a/pkgs/shells/fish/plugins/colored-man-pages.nix b/pkgs/shells/fish/plugins/colored-man-pages.nix index 435ce6e5c410c..07222395b63bf 100644 --- a/pkgs/shells/fish/plugins/colored-man-pages.nix +++ b/pkgs/shells/fish/plugins/colored-man-pages.nix @@ -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"; diff --git a/pkgs/shells/fish/plugins/foreign-env/default.nix b/pkgs/shells/fish/plugins/foreign-env/default.nix index fd5c38682995b..4b317571b2991 100644 --- a/pkgs/shells/fish/plugins/foreign-env/default.nix +++ b/pkgs/shells/fish/plugins/foreign-env/default.nix @@ -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"; diff --git a/pkgs/shells/fish/plugins/fzf.nix b/pkgs/shells/fish/plugins/fzf.nix index fa7e33da6a743..66e1c562ec5e7 100644 --- a/pkgs/shells/fish/plugins/fzf.nix +++ b/pkgs/shells/fish/plugins/fzf.nix @@ -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"; diff --git a/pkgs/shells/fish/plugins/grc.nix b/pkgs/shells/fish/plugins/grc.nix index 1149c082cac06..9e74ae44088f4 100644 --- a/pkgs/shells/fish/plugins/grc.nix +++ b/pkgs/shells/fish/plugins/grc.nix @@ -2,7 +2,7 @@ buildFishPlugin { pname = "grc"; - version = "unstable-2022-05-24"; + version = "0-unstable-2022-05-24"; src = fetchFromGitHub { owner = "oh-my-fish"; diff --git a/pkgs/shells/fish/plugins/humantime-fish.nix b/pkgs/shells/fish/plugins/humantime-fish.nix index 8e1c960e59e59..417967b72c5fe 100644 --- a/pkgs/shells/fish/plugins/humantime-fish.nix +++ b/pkgs/shells/fish/plugins/humantime-fish.nix @@ -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"; diff --git a/pkgs/shells/fish/plugins/hydro.nix b/pkgs/shells/fish/plugins/hydro.nix index 38e866ef8b332..7e3f86c347eb1 100644 --- a/pkgs/shells/fish/plugins/hydro.nix +++ b/pkgs/shells/fish/plugins/hydro.nix @@ -2,7 +2,7 @@ buildFishPlugin rec { pname = "hydro"; - version = "unstable-2024-03-24"; + version = "0-unstable-2024-03-24"; src = fetchFromGitHub { owner = "jorgebucaran"; diff --git a/pkgs/shells/fish/plugins/z.nix b/pkgs/shells/fish/plugins/z.nix index 207c68a43d76b..722cafa90d029 100644 --- a/pkgs/shells/fish/plugins/z.nix +++ b/pkgs/shells/fish/plugins/z.nix @@ -5,7 +5,7 @@ }: buildFishPlugin rec { pname = "z"; - version = "unstable-2022-04-08"; + version = "0-unstable-2022-04-08"; src = fetchFromGitHub { owner = "jethrokuan";