From 2198cbeab56644af6ca28e3d9efeba0fb40b207d Mon Sep 17 00:00:00 2001
From: Ed Reel <edreel@gmail.com>
Date: Sat, 22 Jul 2017 23:19:50 -0500
Subject: [PATCH] Update fish from 2.5.0 to 2.6.0

---
 packages/fish.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/fish.rb b/packages/fish.rb
index ff95b4d3..c6df6a5c 100644
--- a/packages/fish.rb
+++ b/packages/fish.rb
@@ -3,9 +3,9 @@ require 'package'
 class Fish < Package
   description 'fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family.'
   homepage 'http://fishshell.com/'
-  version '2.5.0'
-  source_url 'https://github.com/fish-shell/fish-shell/releases/download/2.5.0/fish-2.5.0.tar.gz'
-  source_sha256 'f8c0edadca2de379ccf305aeace660a9255fa2180c72e85e97705a24c256b2a5'
+  version '2.6.0'
+  source_url 'https://github.com/fish-shell/fish-shell/releases/download/2.6.0/fish-2.6.0.tar.gz'
+  source_sha256 '7ee5bbd671c73e5323778982109241685d58a836e52013e18ee5d9f2e638fdfb'
 
   depends_on 'ncurses'
 
-- 
2.30.9