babelfish: 1.0.0 -> 1.0.1
This commit is contained in:
parent
132835fa4c
commit
af1df42fec
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
|
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "babelfish";
|
pname = "babelfish";
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bouk";
|
owner = "bouk";
|
||||||
repo = "babelfish";
|
repo = "babelfish";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "A5FUnER25FDkL/K7RCqudZI6Xd5wg9B8aLbYUw6+7BA=";
|
sha256 = "1sr6y79igyfc9ia33nyrjjm4my1jrpcw27iks37kygh93npsb3r1";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "T70gnmmR4yBwY2ZCiIR35LIbFYSnTRvwTGLwyDgoXnY=";
|
vendorSha256 = "0xjy50wciw329kq1nkd7hhaipcp4fy28hhk6cdq21qwid6g21gag";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Translate bash scripts to fish";
|
description = "Translate bash scripts to fish";
|
||||||
|
|
Loading…
Reference in a new issue