roxterm: 3.15.3 -> 3.16.2 (#408828)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:51:07 +00:00 committed by GitHub
commit 5e9014bcb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "roxterm";
version = "3.15.3";
version = "3.16.2";
src = fetchFromGitHub {
owner = "realh";
repo = "roxterm";
rev = finalAttrs.version;
hash = "sha256-IvbAL96tILXgeutoSKhNkxxfLb+d2xgKUuvyGobOTUs=";
hash = "sha256-j1DVQd8OD7k9KWfCbYUDaKevabIQXdWjMNJXyC57+Ns=";
};
nativeBuildInputs = [