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

upterm: 0.9.0 -> 0.10.0
This commit is contained in:
Weijia Wang
2023-01-23 08:01:08 +01:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "upterm";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "owenthereal";
repo = "upterm";
rev = "v${version}";
hash = "sha256-ywwqX4aw9vc2kptYZisArTpdz7Cf49Z0jMdP90KXejs=";
hash = "sha256-wjbptcGy3wOZPm/11El7Xqz6NrR8G19V9zfU5pKFGuk=";
};
vendorSha256 = null;