about summary refs log tree commit diff
path: root/pkgs/tools/misc/upterm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-02-22 15:32:00 -0800
committerGitHub <noreply@github.com>2022-02-23 00:32:00 +0100
commit47dc10cb7d59215f464f767358612854c5522c15 (patch)
tree13d4aee725185e20944bd8ff902808d4eec17c55 /pkgs/tools/misc/upterm
parentec239953a9528bc70c61ecd1f99c2eecf674ec25 (diff)
upterm: 0.6.7 -> 0.7.3
* upterm: 0.6.7 -> 0.6.8 (#160843)

* upterm: 0.6.8 -> 0.7.3

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools/misc/upterm')
-rw-r--r--pkgs/tools/misc/upterm/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/misc/upterm/default.nix b/pkgs/tools/misc/upterm/default.nix
index 00c6441cffe9d..29775881378dd 100644
--- a/pkgs/tools/misc/upterm/default.nix
+++ b/pkgs/tools/misc/upterm/default.nix
@@ -1,17 +1,18 @@
 { lib
 , buildGoModule
 , fetchFromGitHub
-, installShellFiles }:
+, installShellFiles
+}:
 
 buildGoModule rec {
   pname = "upterm";
-  version = "0.6.7";
+  version = "0.7.3";
 
   src = fetchFromGitHub {
     owner = "owenthereal";
     repo = "upterm";
     rev = "v${version}";
-    sha256 = "sha256-JxyrH48CXaaa+LkTpUPsT9aq95IuuvDoyfZndrSF1IA=";
+    hash = "sha256-eEzFqKYhsG5e1DVLWJq08NM9xyfn1yPNV0NIgOErj4E=";
   };
 
   vendorSha256 = null;