babelfish: 1.0.1 -> 1.1.0

This commit is contained in:
Kevin Griffin 2021-02-01 21:25:48 +09:00
parent 5a89bde3c0
commit 62a50d89cc
No known key found for this signature in database
GPG Key ID: 7AABE6811CCEED54

View File

@ -1,16 +1,16 @@
{ lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec { buildGoModule rec {
pname = "babelfish"; pname = "babelfish";
version = "1.0.1"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bouk"; owner = "bouk";
repo = "babelfish"; repo = "babelfish";
rev = "v${version}"; rev = "v${version}";
sha256 = "1sr6y79igyfc9ia33nyrjjm4my1jrpcw27iks37kygh93npsb3r1"; sha256 = "0b1knj9llwzwnl4w3d6akvlc57dp0fszjkq98w8wybcvkbpd3ip1";
}; };
vendorSha256 = "0xjy50wciw329kq1nkd7hhaipcp4fy28hhk6cdq21qwid6g21gag"; vendorSha256 = "0kspqwbgiqfkfj9a9pdwzc0jdi9p35abqqqjhcpvqwdxw378w5lz";
meta = with lib; { meta = with lib; {
description = "Translate bash scripts to fish"; description = "Translate bash scripts to fish";