dub: 1.38.0 -> 1.38.1

This commit is contained in:
R. Ryantm 2024-07-14 06:41:58 +00:00
parent bd24e293f2
commit 23b3562191

View File

@ -9,7 +9,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dub";
version = "1.38.0";
version = "1.38.1";
enableParallelBuilding = true;
@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "dlang";
repo = "dub";
rev = "v${finalAttrs.version}";
hash = "sha256-+cG7tR4nAL4fhk9/1FMkfjQ8Rtqf+uTvGfVegmnjloY=";
hash = "sha256-8Lr/0sx4SKwU1aNOxZArta0RXpDM+EWl29ZsPDdPWFo=";
};
postPatch = ''