Skip to content

Commit 0373f5a

Browse files
dub: 1.38.1 -> 1.39.0 (#388200)
Co-authored-by: jtbx <[email protected]>
2 parents e5d70cf + 27f3410 commit 0373f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/du/dub/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "dub";
13-
version = "1.38.1";
13+
version = "1.39.0";
1414

1515
enableParallelBuilding = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "dlang";
1919
repo = "dub";
2020
rev = "v${finalAttrs.version}";
21-
hash = "sha256-8Lr/0sx4SKwU1aNOxZArta0RXpDM+EWl29ZsPDdPWFo=";
21+
hash = "sha256-73b15A9+hClD6IbuxTy9QZKpTKjUFYBuqGOclUyhrnM=";
2222
};
2323

2424
postPatch = ''

0 commit comments

Comments
 (0)