mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
notbit: Update git
This commit is contained in:
parent
6b16a7fbd7
commit
505ab03a1e
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue