Skip to content

Commit 5d50e2e

Browse files
committed
libdispatch: Update hash
1 parent 8b82b70 commit 5d50e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/libdispatch.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clangStdenv.mkDerivation rec {
88
owner = "apple";
99
repo = "swift-corelibs-libdispatch";
1010
rev = "swift-${version}-RELEASE";
11-
hash = "sha256-pta3wJj2LJ/lsYAWQpw0wSGLDMO41mN8Zbl78LUCaQo=";
11+
hash = "sha256-pta3wJj2LJ/lsYAWQpw0wSGLDMO41mN8Zbl78LUCaQo";
1212
};
1313

1414
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)