upterm: 0.6.5 -> 0.6.7

(#148991)
This commit is contained in:
R. RyanTM 2022-01-02 09:57:38 -08:00 committed by GitHub
parent be3c32b4d7
commit 7c22f3fcc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "upterm";
version = "0.6.5";
version = "0.6.7";
src = fetchFromGitHub {
owner = "owenthereal";
repo = "upterm";
rev = "v${version}";
sha256 = "sha256-wzDK7iQN/z/M1mTKPCH3c+OjFsavplV/0oMiOe5thuI=";
sha256 = "sha256-JxyrH48CXaaa+LkTpUPsT9aq95IuuvDoyfZndrSF1IA=";
};
vendorSha256 = null;