Merge pull request #116226 from r-ryantm/auto-update/upterm

upterm: 0.5.2 -> 0.6.5
This commit is contained in:
Sandro 2021-03-22 00:43:40 +01:00 committed by GitHub
commit a36820e437
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.5.2";
version = "0.6.5";
src = fetchFromGitHub {
owner = "owenthereal";
repo = "upterm";
rev = "v${version}";
sha256 = "007hgkkn1cq1i0rkn45i3bz5q9irzm67cz0j5glr6f6d4s0nkjiq";
sha256 = "sha256-wzDK7iQN/z/M1mTKPCH3c+OjFsavplV/0oMiOe5thuI=";
};
vendorSha256 = null;