gotty: 1.5.0 -> 1.5.1 (#430505)

This commit is contained in:
Pavol Rusnak 2025-08-03 11:36:29 +02:00 committed by GitHub
commit 9d1ce9c7b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "gotty";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "sorenisanerd";
repo = "gotty";
rev = "v${version}";
sha256 = "sha256-VSu0ASnLmRzOGOEKqb/zB43+HxEwMpKLpbdbWY5QrEk=";
sha256 = "sha256-6TFfBS/uZ5I/h1S22O5x8VaCBfjDtXDfk0stMZad7B4=";
};
vendorHash = "sha256-XtqIiREtKg0LRnwOg8UyYrWUWJNQbCJUw+nVvaiN3GQ=";
vendorHash = "sha256-OcBwkA28k54rSZP66L+wdkiWPvUv7Z9pTlEK7/LXjBM=";
# upstream did not update the tests, so they are broken now
# https://github.com/sorenisanerd/gotty/issues/13