mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Bump nixSqlite.
svn path=/nixpkgs/trunk/; revision=25118
This commit is contained in:
parent
858d869d66
commit
f14bafc04b
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-1.0pre25036";
|
||||
name = "nix-1.0pre25100";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/787041/download/4/${name}.tar.bz2";
|
||||
sha256 = "ccba5f44b75801187b766d4b98a53bccf335df35cde32aeab71630bfca7882f6";
|
||||
url = "http://hydra.nixos.org/build/800113/download/4/${name}.tar.bz2";
|
||||
sha256 = "466f044c02c69f4eb8c572c762a057d7ee24e90e8836eab336bb5188a3901d56";
|
||||
};
|
||||
|
||||
buildInputs = [ perl curl openssl pkgconfig boehmgc ];
|
||||
|
|
Loading…
Reference in a new issue