Skip to content

Commit 71c7ca7

Browse files
committedApr 24, 2017
dino: 2017-04-20 -> 2017-04-24
1 parent 8082842 commit 71c7ca7

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/instant-messengers/dino

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/networking/instant-messengers/dino/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
}:
1414

1515
stdenv.mkDerivation rec {
16-
name = "dino-unstable-2017-04-20";
16+
name = "dino-unstable-2017-04-24";
1717

1818
src = fetchFromGitHub {
1919
owner = "dino";
2020
repo = "dino";
21-
rev = "5c8275ed4efdc7a3a0bc2a9c3a3f46d0383ddcf4";
22-
sha256 = "12k3s8k8wmjyg5m0f4f2vp83bp0m9swmrsms81yd1722z3ragxsf";
21+
rev = "3eb9aa0fa79ea9fcebb5f702f81c2e54aafdc8cc";
22+
sha256 = "0z9ql419q53f20bw4pfwsafxl4qqnz0ip91qibsf9jn5d56kcdwv";
2323
fetchSubmodules = true;
2424
};
2525

0 commit comments

Comments
 (0)
Please sign in to comment.