Commit ad9655a1 authored by kashw2's avatar kashw2
Browse files

fishPlugins.pisces: modernise

parent 4e6f723a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@ buildFishPlugin rec {

  src = fetchFromGitHub {
    owner = "laughedelic";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Oou2IeNNAqR00ZT3bss/DbhrJjGeMsn9dBBYhgdafBw=";
    repo = "pisces";
    tag = "v${version}";
    hash = "sha256-Oou2IeNNAqR00ZT3bss/DbhrJjGeMsn9dBBYhgdafBw=";
  };

  meta = {