lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #105269 from dukc/dubUpdate

dub: 1.14.0 -> 1.23.0

authored by

Sandro and committed by
GitHub
dcd375d2 78a6b1d6

+15 -8
+15 -8
pkgs/development/tools/build-managers/dub/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "dub"; 5 - version = "1.14.0"; 5 + version = "1.23.0"; 6 6 7 7 enableParallelBuilding = true; 8 8 ··· 10 10 owner = "dlang"; 11 11 repo = "dub"; 12 12 rev = "v${version}"; 13 - sha256 = "070kfkyrkr98y1hbhcf85842c0x7l95w1ambrkdgajpb6kcmpf84"; 13 + sha256 = "06a4whsl1m600k096nwif83n7za3vr7pj1xwapncy5fcad1gmady"; 14 14 }; 15 15 16 16 postUnpack = '' ··· 41 41 export HOME=$TMP 42 42 43 43 rm -rf test/issue502-root-import 44 - rm test/issue990-download-optional-selected.sh 45 - rm test/timeout.sh 46 44 rm test/issue674-concurrent-dub.sh 47 45 rm test/issue672-upgrade-optional.sh 46 + rm test/issue990-download-optional-selected.sh 47 + rm test/issue877-auto-fetch-package-on-run.sh 48 + rm test/issue1037-better-dependency-messages.sh 49 + rm test/issue1040-run-with-ver.sh 50 + rm test/issue1416-maven-repo-pkg-supplier.sh 51 + rm test/issue1180-local-cache-broken.sh 48 52 rm test/issue1574-addcommand.sh 49 53 rm test/issue1524-maven-upgrade-dependency-tree.sh 50 - rm test/issue1416-maven-repo-pkg-supplier.sh 51 - rm test/issue1037-better-dependency-messages.sh 52 - rm test/interactive-remove.sh 54 + rm test/issue1773-lint.sh 55 + 56 + rm test/ddox.sh 53 57 rm test/fetchzip.sh 54 58 rm test/feat663-search.sh 55 - rm test/ddox.sh 59 + rm -rf test/git-dependency 60 + rm test/interactive-remove.sh 61 + rm test/timeout.sh 62 + rm test/version-spec.sh 56 63 rm test/0-init-multi.sh 57 64 rm test/0-init-multi-json.sh 58 65