tremor: fix src link

This commit is contained in:
fomichevmi 2020-06-15 12:06:03 +02:00 committed by Frederik Rietdijk
parent a54cd1cace
commit 0a9d9946ed

View File

@ -1,10 +1,12 @@
{ stdenv, fetchgit, autoreconfHook, pkgconfig, libogg }: { stdenv, fetchFromGitLab, autoreconfHook, pkgconfig, libogg }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "tremor-unstable-2018-03-16"; name = "tremor-unstable-2018-03-16";
src = fetchgit { src = fetchFromGitLab {
url = "https://git.xiph.org/tremor.git"; owner = "xiph";
repo = "tremor";
domain = "gitlab.xiph.org";
rev = "562307a4a7082e24553f3d2c55dab397a17c4b4f"; rev = "562307a4a7082e24553f3d2c55dab397a17c4b4f";
sha256 = "0m07gq4zfgigsiz8b518xyb19v7qqp76qmp7lb262825vkqzl3zq"; sha256 = "0m07gq4zfgigsiz8b518xyb19v7qqp76qmp7lb262825vkqzl3zq";
}; };