roxterm: 3.14.3 -> 3.15.3

This commit is contained in:
R. Ryantm
2024-11-30 06:55:09 +00:00
parent bcc5c141bf
commit 27e8e2f73c
+2 -2
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 = [