upterm: 0.8.2 -> 0.9.0

This commit is contained in:
Jörg Thalheim 2022-07-25 07:38:00 +02:00
parent f7bb0cf104
commit c077336910

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "upterm";
version = "0.8.2";
version = "0.9.0";
src = fetchFromGitHub {
owner = "owenthereal";
repo = "upterm";
rev = "v${version}";
hash = "sha256-JcUFsj7+Hu++izyxozttyxTGW51vBfgNSvAa/AIrsvs=";
hash = "sha256-ywwqX4aw9vc2kptYZisArTpdz7Cf49Z0jMdP90KXejs=";
};
vendorSha256 = null;