about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-17 00:59:43 +0100
committerGitHub <noreply@github.com>2021-01-17 00:59:43 +0100
commit85fda489f892190a7ee2038d9d70a98da38a9cb0 (patch)
tree8d221ef2547a961f0cd797bf2ebd77508b09bcd3 /pkgs/shells
parentaa4a14b7ad268ad423e2a4bac065fa9acd02d652 (diff)
parent86b83264cbca0a0fa0bd767d24619f9e263d114f (diff)
downloadnixlib-85fda489f892190a7ee2038d9d70a98da38a9cb0.tar
nixlib-85fda489f892190a7ee2038d9d70a98da38a9cb0.tar.gz
nixlib-85fda489f892190a7ee2038d9d70a98da38a9cb0.tar.bz2
nixlib-85fda489f892190a7ee2038d9d70a98da38a9cb0.tar.lz
nixlib-85fda489f892190a7ee2038d9d70a98da38a9cb0.tar.xz
nixlib-85fda489f892190a7ee2038d9d70a98da38a9cb0.tar.zst
nixlib-85fda489f892190a7ee2038d9d70a98da38a9cb0.zip
Merge pull request #109541 from cole-h/babelfish
babelfish: 0.1.3 -> 1.0.0
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 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";