roxterm: 3.14.3 -> 3.15.3 (#360327)

This commit is contained in:
Wolfgang Walther 2024-12-08 14:08:11 +01:00 committed by GitHub
commit 1cf823acaa
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.14.3";
version = "3.15.3";
src = fetchFromGitHub {
owner = "realh";
repo = "roxterm";
rev = finalAttrs.version;
hash = "sha256-NSOGq3rN+9X4WA8Q0gMbZ9spO/dbZkzeo4zEno/Kgcs=";
hash = "sha256-IvbAL96tILXgeutoSKhNkxxfLb+d2xgKUuvyGobOTUs=";
};
nativeBuildInputs = [