about summary refs log tree commit diff
path: root/pkgs/tools/misc/upterm
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-07-25 07:38:00 +0200
committerJörg Thalheim <joerg@thalheim.io>2022-07-25 07:48:03 +0200
commitc0773369108ce451dd9c5de601b96bf93a81cb9f (patch)
tree259ba7fd615557ade6dffd3c72efad99554463e5 /pkgs/tools/misc/upterm
parentf7bb0cf1042b8565f4d8881fa2da2cedc15a979b (diff)
upterm: 0.8.2 -> 0.9.0
Diffstat (limited to 'pkgs/tools/misc/upterm')
-rw-r--r--pkgs/tools/misc/upterm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/upterm/default.nix b/pkgs/tools/misc/upterm/default.nix
index b3da0f7d734f8..0dc0886b57dc1 100644
--- a/pkgs/tools/misc/upterm/default.nix
+++ b/pkgs/tools/misc/upterm/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "upterm";
-  version = "0.8.2";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner = "owenthereal";
     repo = "upterm";
     rev = "v${version}";
-    hash = "sha256-JcUFsj7+Hu++izyxozttyxTGW51vBfgNSvAa/AIrsvs=";
+    hash = "sha256-ywwqX4aw9vc2kptYZisArTpdz7Cf49Z0jMdP90KXejs=";
   };
 
   vendorSha256 = null;