summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorKevin Griffin <me@kevin.jp>2021-01-21 22:19:48 +0900
committerKevin Griffin <me@kevin.jp>2021-01-21 22:22:34 +0900
commitaf1df42fecb5fc1c42aa100cc9fa243d0024a532 (patch)
treec719a28fa4d89496de52676d977d0b9b08816720 /pkgs/shells
parent132835fa4c99d525fef04538222773291292afe8 (diff)
downloadnixpkgs-af1df42fecb5fc1c42aa100cc9fa243d0024a532.tar
nixpkgs-af1df42fecb5fc1c42aa100cc9fa243d0024a532.tar.gz
nixpkgs-af1df42fecb5fc1c42aa100cc9fa243d0024a532.tar.bz2
nixpkgs-af1df42fecb5fc1c42aa100cc9fa243d0024a532.tar.lz
nixpkgs-af1df42fecb5fc1c42aa100cc9fa243d0024a532.tar.xz
nixpkgs-af1df42fecb5fc1c42aa100cc9fa243d0024a532.tar.zst
nixpkgs-af1df42fecb5fc1c42aa100cc9fa243d0024a532.zip
babelfish: 1.0.0 -> 1.0.1
Diffstat (limited to 'pkgs/shells')
-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 5974eef8d71..c23e0b1ca92 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 = "1.0.0";
+  version = "1.0.1";
 
   src = fetchFromGitHub {
     owner = "bouk";
     repo = "babelfish";
     rev = "v${version}";
-    sha256 = "A5FUnER25FDkL/K7RCqudZI6Xd5wg9B8aLbYUw6+7BA=";
+    sha256 = "1sr6y79igyfc9ia33nyrjjm4my1jrpcw27iks37kygh93npsb3r1";
   };
 
-  vendorSha256 = "T70gnmmR4yBwY2ZCiIR35LIbFYSnTRvwTGLwyDgoXnY=";
+  vendorSha256 = "0xjy50wciw329kq1nkd7hhaipcp4fy28hhk6cdq21qwid6g21gag";
 
   meta = with lib; {
     description = "Translate bash scripts to fish";