summary refs log tree commit diff
path: root/pkgs/applications/networking/corebird
diff options
context:
space:
mode:
authorJon Banafato <jon@jonafato.com>2017-10-29 14:10:13 -0400
committerJon Banafato <jon@jonafato.com>2017-10-29 14:10:13 -0400
commitdefebc885019e0219f93ded13d7dc9528fbe77e6 (patch)
tree6fbb4349b445b7cc12ede557335de8bb973577e1 /pkgs/applications/networking/corebird
parentf04f30fd2db1147271414f81fc516d2e9ae16447 (diff)
downloadnixlib-defebc885019e0219f93ded13d7dc9528fbe77e6.tar
nixlib-defebc885019e0219f93ded13d7dc9528fbe77e6.tar.gz
nixlib-defebc885019e0219f93ded13d7dc9528fbe77e6.tar.bz2
nixlib-defebc885019e0219f93ded13d7dc9528fbe77e6.tar.lz
nixlib-defebc885019e0219f93ded13d7dc9528fbe77e6.tar.xz
nixlib-defebc885019e0219f93ded13d7dc9528fbe77e6.tar.zst
nixlib-defebc885019e0219f93ded13d7dc9528fbe77e6.zip
corebird: 1.6 -> 1.7.1
Update corebird to the latest release.
Diffstat (limited to 'pkgs/applications/networking/corebird')
-rw-r--r--pkgs/applications/networking/corebird/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/corebird/default.nix b/pkgs/applications/networking/corebird/default.nix
index 412335094ff3..54fc72fbfae4 100644
--- a/pkgs/applications/networking/corebird/default.nix
+++ b/pkgs/applications/networking/corebird/default.nix
@@ -3,14 +3,14 @@
 , glib_networking }:
 
 stdenv.mkDerivation rec {
-  version = "1.6";
+  version = "1.7.1";
   name = "corebird-${version}";
 
   src = fetchFromGitHub {
     owner = "baedert";
     repo = "corebird";
     rev = version;
-    sha256 = "1bxjlamdy5d2j3xdahmxf6lwc7f6xdfxbzi712ppvh1dwggw654v";
+    sha256 = "1g6wkzrl6j0mmgafpv0jpqa906s1x7p5hmiqdgs9qwm7q2wlwrqd";
   };
 
   preConfigure = ''