Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
dino: 2018-09-21 -> 2018-11-27
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 27, 2018
1 parent 713afc7 commit 3b44ccd
Showing 1 changed file with 5 additions and 3 deletions.
Expand Up @@ -10,16 +10,17 @@
, dbus
, gpgme
, pcre
, qrencode
}:

stdenv.mkDerivation rec {
name = "dino-unstable-2018-09-21";
name = "dino-unstable-2018-11-27";

src = fetchFromGitHub {
owner = "dino";
repo = "dino";
rev = "6b7ef800f54e781a618425236ba8d4ed2f2fef9c";
sha256 = "1si815b6y06lridj88hws0dgq54w9jfam9sqbrq3cfcvmhc38ysk";
rev = "141db9e40a3a81cfa3ad3587dc47f69c541d0fde";
sha256 = "006r1x7drlz39jjxlfdnxgrnambw9amhl9jcgf6p1dx71h1x8221";
fetchSubmodules = true;
};

Expand All @@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
];

buildInputs = [
qrencode
gobjectIntrospection
glib-networking
glib
Expand Down

0 comments on commit 3b44ccd

Please sign in to comment.