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

upterm: 0.13.2 -> 0.13.3
This commit is contained in:
Nick Cao 2024-04-22 14:50:08 -04:00 committed by GitHub
commit c0d278b0f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "upterm";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = "owenthereal";
repo = "upterm";
rev = "v${version}";
hash = "sha256-GpD8OUZWN2myADHjpIBUzu2adkE9eFLENxpybX+k9Zg=";
hash = "sha256-VGLQ0NtXHIBKyTjW+7rPbmRdhcY9CMUYAnUu3qbqv9A=";
};
vendorHash = "sha256-Rh3xgxaCPj9CbiNy8AycuCPvD/HCiLohcdiCQwPduDM=";
vendorHash = "sha256-rbdYXRxnkl0v+bICSusGiyxb5TIGREiKuylycV3dcx4=";
subPackages = [ "cmd/upterm" "cmd/uptermd" ];