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>
This commit is contained in:
parent
ec239953a9
commit
47dc10cb7d
@ -1,17 +1,18 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildGoModule
|
, buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, installShellFiles }:
|
, installShellFiles
|
||||||
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "upterm";
|
pname = "upterm";
|
||||||
version = "0.6.7";
|
version = "0.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "owenthereal";
|
owner = "owenthereal";
|
||||||
repo = "upterm";
|
repo = "upterm";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-JxyrH48CXaaa+LkTpUPsT9aq95IuuvDoyfZndrSF1IA=";
|
hash = "sha256-eEzFqKYhsG5e1DVLWJq08NM9xyfn1yPNV0NIgOErj4E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user