Skip to content

Commit 004a59f

Browse files
jonafatojtojnar
authored andcommittedMar 2, 2018
corebird: 1.7.3 -> 1.7.4
1 parent d285048 commit 004a59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/corebird/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
, glib-networking }:
44

55
stdenv.mkDerivation rec {
6-
version = "1.7.3";
6+
version = "1.7.4";
77
name = "corebird-${version}";
88

99
src = fetchFromGitHub {
1010
owner = "baedert";
1111
repo = "corebird";
1212
rev = version;
13-
sha256 = "1xay22v5j239ppl6ydbj842zpm5v2mg5mcgpy5cjrhhmnbg79fgk";
13+
sha256 = "0qjffsmg1hm64dgsbkfwzbzy9q4xa1q4fh4h8ni8a2b1p3h80x7n";
1414
};
1515

1616
preConfigure = ''

0 commit comments

Comments
 (0)
Please sign in to comment.