summaryrefslogtreecommitdiffstats
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2021-01-16 07:34:32 -0800
committerCole Helbling <cole.e.helbling@outlook.com>2021-01-16 07:34:32 -0800
commit86b83264cbca0a0fa0bd767d24619f9e263d114f (patch)
treec5c73210e37229e9209589935a904c2096d55601 /pkgs/shells/fish
parentddad87f26aaa4876d73444af9faac6499d006040 (diff)
babelfish: 0.1.3 -> 1.0.0
Notably, adds support for stdout redirections and fixes a failing test.
Diffstat (limited to 'pkgs/shells/fish')
-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 bfe01740f140..5974eef8d713 100644
--- a/pkgs/shells/fish/babelfish.nix
+++ b/pkgs/shells/fish/babelfish.nix
@@ -1,16 +1,16 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "babelfish";
- version = "0.1.3";
+ version = "1.0.0";
src = fetchFromGitHub {
owner = "bouk";
repo = "babelfish";
rev = "v${version}";
- sha256 = "08i4y4fw60ynamr1jz8nkfkidxj06vcyhi1v4wxpl2macn6n4skk";
+ sha256 = "A5FUnER25FDkL/K7RCqudZI6Xd5wg9B8aLbYUw6+7BA=";
};
- vendorSha256 = "0xjy50wciw329kq1nkd7hhaipcp4fy28hhk6cdq21qwid6g21gag";
+ vendorSha256 = "T70gnmmR4yBwY2ZCiIR35LIbFYSnTRvwTGLwyDgoXnY=";
meta = with lib; {
description = "Translate bash scripts to fish";