upterm: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2022-12-07 07:15:58 +00:00
parent 7ea3d4395d
commit 75fcc792f7

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;