Unverified Commit 32ab4fd9 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

fishPlugins.puffer: 1.0.0 -> 1.1.0 (#486689)

parents c937602b cc06e785
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildFishPlugin rec {
  pname = "puffer";
  version = "1.0.0";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "nickeb96";
    repo = "puffer-fish";
    rev = "v${version}";
    hash = "sha256-2niYj0NLfmVIQguuGTA7RrPIcorJEPkxhH6Dhcy+6Bk=";
    hash = "sha256-MdeegvBu/AqvaMu0g1UHKBvfb6SHUiTUiA62h87r/Xg=";
  };

  meta = {