We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5d70cf + 27f3410 commit 0373f5aCopy full SHA for 0373f5a
pkgs/by-name/du/dub/package.nix
@@ -10,15 +10,15 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "dub";
13
- version = "1.38.1";
+ version = "1.39.0";
14
15
enableParallelBuilding = true;
16
17
src = fetchFromGitHub {
18
owner = "dlang";
19
repo = "dub";
20
rev = "v${finalAttrs.version}";
21
- hash = "sha256-8Lr/0sx4SKwU1aNOxZArta0RXpDM+EWl29ZsPDdPWFo=";
+ hash = "sha256-73b15A9+hClD6IbuxTy9QZKpTKjUFYBuqGOclUyhrnM=";
22
};
23
24
postPatch = ''
0 commit comments