treewide: fix broken AlpineLinux repo links (#87892)

This commit is contained in:
Lila
2020-05-15 16:58:27 +01:00
committed by GitHub
parent 7319061eef
commit 7517299146
12 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
})
] ++ stdenv.lib.optional stdenv.hostPlatform.isMusl [
(fetchpatch {
url = "https://git.alpinelinux.org/cgit/aports/plain/main/vde2/musl-build-fix.patch?id=ddee2f86a48e087867d4a2c12849b2e3baccc238";
url = "https://git.alpinelinux.org/aports/plain/main/vde2/musl-build-fix.patch?id=ddee2f86a48e087867d4a2c12849b2e3baccc238";
sha256 = "0b5382v541bkxhqylilcy34bh83ag96g71f39m070jzvi84kx8af";
})
];