upterm: 0.15.2 -> 0.15.3

This commit is contained in:
R. Ryantm
2025-09-04 03:17:04 +00:00
parent e9445898e1
commit 1eda56e15f
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "upterm";
version = "0.15.2";
version = "0.15.3";
src = fetchFromGitHub {
owner = "owenthereal";
repo = "upterm";
rev = "v${version}";
hash = "sha256-hZZAt3KTiDxQteS5InxW+uhdRuwb1GLIARKD35rOWPw=";
hash = "sha256-9h4Poz0hUg5/7CrF0ZzT4KrVaFlhvcorIgZbleMpV6w=";
};
vendorHash = "sha256-i92RshW5dsRE88X8bXyrj13va66cc0Yu/btpR0pvoSM=";