about summary refs log tree commit diff
path: root/pkgs/servers/gotty
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 06:39:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 06:39:44 +0000
commit6e57a0c1f5db8ff15a1b70830ca6474015abe14c (patch)
tree548d4236091961bcca4e7704ab997b054ab6dce2 /pkgs/servers/gotty
parentbba87fc2a33618d86233fbdddc6b84971e6b5558 (diff)
downloadnixlib-6e57a0c1f5db8ff15a1b70830ca6474015abe14c.tar
nixlib-6e57a0c1f5db8ff15a1b70830ca6474015abe14c.tar.gz
nixlib-6e57a0c1f5db8ff15a1b70830ca6474015abe14c.tar.bz2
nixlib-6e57a0c1f5db8ff15a1b70830ca6474015abe14c.tar.lz
nixlib-6e57a0c1f5db8ff15a1b70830ca6474015abe14c.tar.xz
nixlib-6e57a0c1f5db8ff15a1b70830ca6474015abe14c.tar.zst
nixlib-6e57a0c1f5db8ff15a1b70830ca6474015abe14c.zip
gotty: 1.3.0 -> 1.4.0
Diffstat (limited to 'pkgs/servers/gotty')
-rw-r--r--pkgs/servers/gotty/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/gotty/default.nix b/pkgs/servers/gotty/default.nix
index d1e87412f7c8..87dbd296bab3 100644
--- a/pkgs/servers/gotty/default.nix
+++ b/pkgs/servers/gotty/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "gotty";
-  version = "1.3.0";
+  version = "1.4.0";
 
   src = fetchFromGitHub {
     owner = "sorenisanerd";
     repo = "gotty";
     rev = "v${version}";
-    sha256 = "sha256-KkFnZ0j6rrzX2M+C0nVdSdta34B9rvL7cC0TOL38lGQ=";
+    sha256 = "sha256-Pi+opqNEKaw/2qWRqZkVAysMT4moLyEG5g9J/Z9pUDQ=";
   };
 
-  vendorSha256 = "sha256-6SgF61LW5F/61cB2Yd4cyu3fmFhDooSTw9+NnIAo7lc=";
+  vendorSha256 = "sha256-XtqIiREtKg0LRnwOg8UyYrWUWJNQbCJUw+nVvaiN3GQ=";
 
   # upstream did not update the tests, so they are broken now
   # https://github.com/sorenisanerd/gotty/issues/13