Merge pull request #34325 from ThomasMader/dtools2.078.1

dtools: 2.078.0 -> 2.078.1
This commit is contained in:
Sarah Brofeldt 2018-01-27 21:20:31 +01:00 committed by GitHub
commit 4d8be61278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "dtools-${version}";
version = "2.078.0";
version = "2.078.1";
srcs = [
(fetchFromGitHub {
owner = "dlang";
repo = "dmd";
rev = "v${version}";
sha256 = "1ia4swyq0xqppnpmcalh2yxywdk2gv3kvni2abx1mq6wwqgmwlcr";
sha256 = "0b9lphh4g3r9cyzv4wcfppv9j3w952vvwv615za23acgwav3mqg2";
name = "dmd";
})
(fetchFromGitHub {