notbit: Update git
This commit is contained in:
parent
6b16a7fbd7
commit
505ab03a1e
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchgit, autoconf, automake, pkgconfig, openssl }:
|
{ stdenv, fetchgit, autoconf, automake, pkgconfig, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "notbit-git-faf0930";
|
name = "notbit-git-6f1ca59";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://github.com/bpeel/notbit";
|
url = "git://github.com/bpeel/notbit";
|
||||||
rev = "faf09304bf723e75f3d98cca93cf45236ee9d6b6";
|
rev = "6f1ca5987c7f217c9c3dd27adf6ac995004c29a1";
|
||||||
sha256 = "b229f87c4c5e901bfd8b13dffe31157126d98ed02118fff6553e8b58eb9ed030";
|
sha256 = "0h9nzm248pw9wrdsfkr580ghiqvh6mk6vx7r2r752awrc13wvgis";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake pkgconfig openssl ];
|
buildInputs = [ autoconf automake pkgconfig openssl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user