mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-cabal2nix: updated to the latest version
svn path=/nixpkgs/trunk/; revision=28407
This commit is contained in:
parent
532511e7f5
commit
275c99ce85
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "cabal2nix";
|
||||
version = "v1.8-beta-7";
|
||||
version = "v1.8-beta-9";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://github.com/peti/cabal2nix.git";
|
||||
rev = "d72475c412873a45db16d8bb0e5c1e4859e35544";
|
||||
rev = "8ba91f9b69851c55a4414e40e27b132754be4885";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [HTTP];
|
||||
|
|
Loading…
Reference in a new issue