dub: 1.0.0 -> 1.1.0

This commit is contained in:
Tobias Geerinckx-Rice 2016-11-04 15:21:45 +01:00
parent aa0a7194e9
commit 784bd713cc
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "dub-${version}";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
sha256 = "07s52hmh9jc3i4jfx4j4a91m44qrr933pwfwczzijhybj2wmpjhh";
sha256 = "1smzlfs5gjmrlghccdgn04qzy5b8l0xm8y2virayb2adrwqviscm";
rev = "v${version}";
repo = "dub";
owner = "D-Programming-Language";