roxterm: 3.11.1 -> 3.12.1
This commit is contained in:
parent
29d32d480c
commit
57a7e94175
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "roxterm";
|
pname = "roxterm";
|
||||||
version = "3.11.1";
|
version = "3.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "realh";
|
owner = "realh";
|
||||||
repo = "roxterm";
|
repo = "roxterm";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1n7588bl83sp51jwjq97f526c7fkh0kq90idw3nayb4zmi530irx";
|
sha256 = "sha256-jVcf/nrEq8dM8rw40ZhXGJjt3DQLroCePtIAdAsVIfs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook libxslt ];
|
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook libxslt ];
|
||||||
|
|
Loading…
Reference in a new issue