We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b8297ff commit a3f054dCopy full SHA for a3f054d
pkgs/applications/networking/instant-messengers/dino/default.nix
@@ -13,13 +13,13 @@
13
}:
14
15
stdenv.mkDerivation rec {
16
- name = "dino-unstable-2017-06-13";
+ name = "dino-unstable-2017-06-21";
17
18
src = fetchFromGitHub {
19
owner = "dino";
20
repo = "dino";
21
- rev = "7bbbb738fdb233f4ad91ffdd7d9247b28849d715";
22
- sha256 = "09w26c6b5rkrrz7wvm629cncpdmd5n0d0805h8hw69bbzirpjjh2";
+ rev = "3f0089db86e2057293a33453361678989919147f";
+ sha256 = "011wd6qi8nagig8418hibgnsmznd76dvp3p2dzzr4wyrb7d6cgcb";
23
fetchSubmodules = true;
24
};
25
0 commit comments