summary refs log tree commit diff
path: root/pkgs/applications/networking/notbit/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/notbit/default.nix')
-rw-r--r--pkgs/applications/networking/notbit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/notbit/default.nix b/pkgs/applications/networking/notbit/default.nix
index 8a7d7d3aedc..aa5d47730a4 100644
--- a/pkgs/applications/networking/notbit/default.nix
+++ b/pkgs/applications/networking/notbit/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchgit, autoconf, automake, pkgconfig, openssl }:
 
 stdenv.mkDerivation rec {
-  name = "notbit-git-faf0930";
+  name = "notbit-git-6f1ca59";
 
   src = fetchgit {
     url = "git://github.com/bpeel/notbit";
-    rev = "faf09304bf723e75f3d98cca93cf45236ee9d6b6";
-    sha256 = "b229f87c4c5e901bfd8b13dffe31157126d98ed02118fff6553e8b58eb9ed030";
+    rev = "6f1ca5987c7f217c9c3dd27adf6ac995004c29a1";
+    sha256 = "0h9nzm248pw9wrdsfkr580ghiqvh6mk6vx7r2r752awrc13wvgis";
   };
 
   buildInputs = [ autoconf automake pkgconfig openssl ];