about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-02-01 17:41:37 +0100
committerGitHub <noreply@github.com>2021-02-01 17:41:37 +0100
commit6775c29ef965ca1be155959ac4b2a7e9137058f6 (patch)
tree37137ba31a50e0f058d785b78e4ae46788aa4e51
parent790c1c66a57b652a0250c99cde566ac597a948c9 (diff)
parent62a50d89cc4b12509af2a172cab6ef5585296a97 (diff)
Merge pull request #111560 from kevingriffin/babelfish-1.1.0
babelfish: 1.0.1 -> 1.1.0
-rw-r--r--pkgs/shells/fish/babelfish.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/fish/babelfish.nix b/pkgs/shells/fish/babelfish.nix
index 368c88aa1bbf1..fb938b8f37ded 100644
--- a/pkgs/shells/fish/babelfish.nix
+++ b/pkgs/shells/fish/babelfish.nix
@@ -1,16 +1,16 @@
 { lib, buildGoModule, fetchFromGitHub }:
 buildGoModule rec {
   pname = "babelfish";
-  version = "1.0.1";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "bouk";
     repo = "babelfish";
     rev = "v${version}";
-    sha256 = "1sr6y79igyfc9ia33nyrjjm4my1jrpcw27iks37kygh93npsb3r1";
+    sha256 = "0b1knj9llwzwnl4w3d6akvlc57dp0fszjkq98w8wybcvkbpd3ip1";
   };
 
-  vendorSha256 = "0xjy50wciw329kq1nkd7hhaipcp4fy28hhk6cdq21qwid6g21gag";
+  vendorSha256 = "0kspqwbgiqfkfj9a9pdwzc0jdi9p35abqqqjhcpvqwdxw378w5lz";
 
   meta = with lib; {
     description = "Translate bash scripts to fish";