mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #4109 from cstrahan/update-camlistore
update camlistore to 0.8
This commit is contained in:
commit
e9100b4429
@ -1,12 +1,12 @@
|
||||
{ stdenv, lib, go, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.7";
|
||||
version = "0.8";
|
||||
name = "camlistore-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/bradfitz/camlistore/archive/0.7.tar.gz";
|
||||
sha256 = "0lc35x2b9llrnma0m5czivly0c3l4lh3ldw9hwn83lkh8n0bzn11";
|
||||
url = "https://github.com/bradfitz/camlistore/archive/${version}.tar.gz";
|
||||
sha256 = "03y5zs4i9lx93apqqqfgmbxamk06z3w1q763qp0lvb15mq45gdv1";
|
||||
};
|
||||
|
||||
buildInputs = [ go ];
|
||||
|
Loading…
Reference in New Issue
Block a user