Unverified Commit 903f4296 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

fishPlugins.*: fix versions (#354729)

parents b0b3a708 aff0cebe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

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

  src = fetchFromGitHub {
    owner = "edc";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:
buildFishPlugin {
  pname = "bobthefish";
  version = "unstable-2023-06-16";
  version = "0-unstable-2023-06-16";

  src = fetchFromGitHub {
    owner = "oh-my-fish";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:
buildFishPlugin {
  pname = "bobthefisher";
  version = "unstable-2023-10-25";
  version = "0-unstable-2023-10-25";

  src = fetchFromGitHub {
    owner = "Scrumplex";
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

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

  src = fetchFromGitHub {
    owner = "IlanCosman";
+1 −1
Original line number Diff line number Diff line
@@ -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";
Loading