dino: 2018-09-21 -> 2018-11-27

This commit is contained in:
Jörg Thalheim 2018-11-27 14:49:30 +00:00
parent 713afc7e00
commit 3b44ccd991
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -10,16 +10,17 @@
, dbus , dbus
, gpgme , gpgme
, pcre , pcre
, qrencode
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "dino-unstable-2018-09-21"; name = "dino-unstable-2018-11-27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dino"; owner = "dino";
repo = "dino"; repo = "dino";
rev = "6b7ef800f54e781a618425236ba8d4ed2f2fef9c"; rev = "141db9e40a3a81cfa3ad3587dc47f69c541d0fde";
sha256 = "1si815b6y06lridj88hws0dgq54w9jfam9sqbrq3cfcvmhc38ysk"; sha256 = "006r1x7drlz39jjxlfdnxgrnambw9amhl9jcgf6p1dx71h1x8221";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
qrencode
gobjectIntrospection gobjectIntrospection
glib-networking glib-networking
glib glib