Merge pull request #171807 from felixsinger/pkgs/upterm/update

main
Artturi 2 years ago committed by GitHub
commit d8cee34f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/tools/misc/upterm/default.nix

@ -1,18 +1,18 @@
{ lib { lib
, buildGoModule , buildGo118Module
, fetchFromGitHub , fetchFromGitHub
, installShellFiles , installShellFiles
}: }:
buildGoModule rec { buildGo118Module rec {
pname = "upterm"; pname = "upterm";
version = "0.7.3"; version = "0.8.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "owenthereal"; owner = "owenthereal";
repo = "upterm"; repo = "upterm";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-eEzFqKYhsG5e1DVLWJq08NM9xyfn1yPNV0NIgOErj4E="; hash = "sha256-JcUFsj7+Hu++izyxozttyxTGW51vBfgNSvAa/AIrsvs=";
}; };
vendorSha256 = null; vendorSha256 = null;

Loading…
Cancel
Save