dub: 1.38.1 -> 1.39.0 (#388200)

Co-authored-by: jtbx <jtbx@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] jtbx and committed by GitHub 0373f5af e5d70cfe

+2 -2
+2 -2
pkgs/by-name/du/dub/package.nix
··· 10 10 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "dub"; 13 - version = "1.38.1"; 13 + version = "1.39.0"; 14 14 15 15 enableParallelBuilding = true; 16 16 ··· 18 18 owner = "dlang"; 19 19 repo = "dub"; 20 20 rev = "v${finalAttrs.version}"; 21 - hash = "sha256-8Lr/0sx4SKwU1aNOxZArta0RXpDM+EWl29ZsPDdPWFo="; 21 + hash = "sha256-73b15A9+hClD6IbuxTy9QZKpTKjUFYBuqGOclUyhrnM="; 22 22 }; 23 23 24 24 postPatch = ''