domterm: unstable-2022-05-13 -> unstable-2022-07-08

This commit is contained in:
Gabriel Arazas 2022-07-08 07:27:14 +08:00
parent ff18237d0b
commit 0c08f52f19

View File

@ -14,13 +14,13 @@ enableQt ? true, enableJava ? false }:
# * Wait until gdk-pixbuf is >=3.0. # * Wait until gdk-pixbuf is >=3.0.
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "domterm"; pname = "domterm";
version = "unstable-2022-05-13"; version = "unstable-2022-07-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PerBothner"; owner = "PerBothner";
repo = "DomTerm"; repo = "DomTerm";
rev = "b78f55a595b82a28042ac5297a1c1b0cce30cdc3"; rev = "b063ddcf9acc6dbeaaca42bc2caa1c86d2e11805";
sha256 = "sha256-U0w9i3Eb/tAUTRWuIjhO4xfOgR0Xa4I4hSpkHuVeG9c="; sha256 = "sha256-bXxV6uG61ZX8Tgm2KrXooblLX/4TNPXJd06bnvpWU50=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config ] nativeBuildInputs = [ autoreconfHook pkg-config ]