tremor: fix src link
This commit is contained in:
parent
a54cd1cace
commit
0a9d9946ed
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
|||
{ stdenv, fetchgit, autoreconfHook, pkgconfig, libogg }:
|
||||
{ stdenv, fetchFromGitLab, autoreconfHook, pkgconfig, libogg }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "tremor-unstable-2018-03-16";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.xiph.org/tremor.git";
|
||||
src = fetchFromGitLab {
|
||||
owner = "xiph";
|
||||
repo = "tremor";
|
||||
domain = "gitlab.xiph.org";
|
||||
rev = "562307a4a7082e24553f3d2c55dab397a17c4b4f";
|
||||
sha256 = "0m07gq4zfgigsiz8b518xyb19v7qqp76qmp7lb262825vkqzl3zq";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue