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
+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 = [