dub: 0.9.25 -> 1.0.0

This commit is contained in:
Tobias Geerinckx-Rice 2016-06-20 19:33:20 +02:00
parent 9728554c4f
commit ffd2afd89d
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "dub-${version}"; name = "dub-${version}";
version = "0.9.25"; version = "1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "0cb4kx72fvk6vfqkk0mrp6fvv512xhw03dq2dn9lng0daydvdcim"; sha256 = "07s52hmh9jc3i4jfx4j4a91m44qrr933pwfwczzijhybj2wmpjhh";
rev = "v${version}"; rev = "v${version}";
repo = "dub"; repo = "dub";
owner = "D-Programming-Language"; owner = "D-Programming-Language";
@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
inherit version;
description = "Build tool for D projects"; description = "Build tool for D projects";
homepage = http://code.dlang.org/; homepage = http://code.dlang.org/;
license = licenses.mit; license = licenses.mit;