gotty: 1.6.0 -> 1.7.1 (#520124)

This commit is contained in:
Pavol Rusnak
2026-05-17 13:11:47 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "gotty";
version = "1.6.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "sorenisanerd";
repo = "gotty";
rev = "v${finalAttrs.version}";
sha256 = "sha256-9J+8NZmdYg4mE8Jgs2bxcwcPyh4sVcOBYPnulVENdy0=";
sha256 = "sha256-zTdV6l7rrOY8oPwpSIfYC9rgwbdvSe2dsQYHvhnIq/Q=";
};
vendorHash = "sha256-OcBwkA28k54rSZP66L+wdkiWPvUv7Z9pTlEK7/LXjBM=";
vendorHash = "sha256-MvNCq1kWhfVJz4h6G0yAwJd8Z4xRtcu2WjeEhoTW5L8=";
# upstream did not update the tests, so they are broken now
# https://github.com/sorenisanerd/gotty/issues/13