We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b82b70 commit 5d50e2eCopy full SHA for 5d50e2e
nix/libdispatch.nix
@@ -8,7 +8,7 @@ clangStdenv.mkDerivation rec {
8
owner = "apple";
9
repo = "swift-corelibs-libdispatch";
10
rev = "swift-${version}-RELEASE";
11
- hash = "sha256-pta3wJj2LJ/lsYAWQpw0wSGLDMO41mN8Zbl78LUCaQo=";
+ hash = "sha256-pta3wJj2LJ/lsYAWQpw0wSGLDMO41mN8Zbl78LUCaQo";
12
};
13
14
nativeBuildInputs = [ cmake ];
0 commit comments