roxterm: 3.14.3 -> 3.15.0

This commit is contained in:
R. Ryantm 2024-02-27 15:59:14 +00:00
parent 100ce73c31
commit f29ed61262

View File

@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "roxterm";
version = "3.14.3";
version = "3.15.0";
src = fetchFromGitHub {
owner = "realh";
repo = "roxterm";
rev = finalAttrs.version;
hash = "sha256-NSOGq3rN+9X4WA8Q0gMbZ9spO/dbZkzeo4zEno/Kgcs=";
hash = "sha256-mmfnpZTCsLJ4EPxsKZXeHBZnpvc2n1TCEPmiIHmnxKc=";
};
nativeBuildInputs = [