dub: 1.14.0 -> 1.23.0
This commit is contained in:
parent
8626701b2d
commit
17af5377cf
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dub";
|
pname = "dub";
|
||||||
version = "1.14.0";
|
version = "1.23.0";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "dlang";
|
owner = "dlang";
|
||||||
repo = "dub";
|
repo = "dub";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "070kfkyrkr98y1hbhcf85842c0x7l95w1ambrkdgajpb6kcmpf84";
|
sha256 = "06a4whsl1m600k096nwif83n7za3vr7pj1xwapncy5fcad1gmady";
|
||||||
};
|
};
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
@ -41,18 +41,25 @@ stdenv.mkDerivation rec {
|
|||||||
export HOME=$TMP
|
export HOME=$TMP
|
||||||
|
|
||||||
rm -rf test/issue502-root-import
|
rm -rf test/issue502-root-import
|
||||||
rm test/issue990-download-optional-selected.sh
|
|
||||||
rm test/timeout.sh
|
|
||||||
rm test/issue674-concurrent-dub.sh
|
rm test/issue674-concurrent-dub.sh
|
||||||
rm test/issue672-upgrade-optional.sh
|
rm test/issue672-upgrade-optional.sh
|
||||||
|
rm test/issue990-download-optional-selected.sh
|
||||||
|
rm test/issue877-auto-fetch-package-on-run.sh
|
||||||
|
rm test/issue1037-better-dependency-messages.sh
|
||||||
|
rm test/issue1040-run-with-ver.sh
|
||||||
|
rm test/issue1416-maven-repo-pkg-supplier.sh
|
||||||
|
rm test/issue1180-local-cache-broken.sh
|
||||||
rm test/issue1574-addcommand.sh
|
rm test/issue1574-addcommand.sh
|
||||||
rm test/issue1524-maven-upgrade-dependency-tree.sh
|
rm test/issue1524-maven-upgrade-dependency-tree.sh
|
||||||
rm test/issue1416-maven-repo-pkg-supplier.sh
|
rm test/issue1773-lint.sh
|
||||||
rm test/issue1037-better-dependency-messages.sh
|
|
||||||
rm test/interactive-remove.sh
|
rm test/ddox.sh
|
||||||
rm test/fetchzip.sh
|
rm test/fetchzip.sh
|
||||||
rm test/feat663-search.sh
|
rm test/feat663-search.sh
|
||||||
rm test/ddox.sh
|
rm -rf test/git-dependency
|
||||||
|
rm test/interactive-remove.sh
|
||||||
|
rm test/timeout.sh
|
||||||
|
rm test/version-spec.sh
|
||||||
rm test/0-init-multi.sh
|
rm test/0-init-multi.sh
|
||||||
rm test/0-init-multi-json.sh
|
rm test/0-init-multi-json.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user