Merge pull request #169589 from hlopezvg/yajl-fix-url

yajl: fix url for fetching archive
This commit is contained in:
Sebastián Mancilla
2022-08-14 23:03:18 -04:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "lloyd";
repo = "yajl";
rev = version;
rev = "refs/tags/${version}";
sha256 = "00yj06drb6izcxfxfqlhimlrb089kka0w0x8k27pyzyiq7qzcvml";
};