Merge pull request #55291 from Mic92/dino

dino: 2018-11-29 -> 2019-02-06
This commit is contained in:
Robert Schütz 2019-02-06 17:42:15 +01:00 committed by GitHub
commit b2b8696b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,16 +11,17 @@
, gpgme
, pcre
, qrencode
, icu
}:
stdenv.mkDerivation rec {
name = "dino-unstable-2018-11-29";
name = "dino-unstable-2019-02-06";
src = fetchFromGitHub {
owner = "dino";
repo = "dino";
rev = "680d28360c781ff29e810821801cfaba0493c526";
sha256 = "1w08xc842p2nggdxf0dwqw8izhwsrqah10w3s0v1i7dp33yhycln";
rev = "864196d2acef3db047160b9da5803805067276c3";
sha256 = "10nyq9marclzbkxisackp402gimgs7gb0llgjm922c593c5h39cq";
fetchSubmodules = true;
};
@ -30,6 +31,7 @@ stdenv.mkDerivation rec {
ninja
pkgconfig
wrapGAppsHook
gettext
];
buildInputs = [
@ -54,7 +56,7 @@ stdenv.mkDerivation rec {
epoxy
at-spi2-core
dbus
gettext
icu
];
enableParallelBuilding = true;