yodl: 4.02.00 -> 4.02.01
Project moved from github to gitlab
This commit is contained in:
parent
bcb416a07e
commit
2df7972ab1
@ -1,15 +1,15 @@
|
|||||||
{ stdenv, fetchFromGitHub, perl, icmake, utillinux }:
|
{ stdenv, fetchFromGitLab, perl, icmake, utillinux }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "yodl-${version}";
|
name = "yodl-${version}";
|
||||||
version = "4.02.00";
|
version = "4.02.01";
|
||||||
|
|
||||||
nativeBuildInputs = [ icmake ];
|
nativeBuildInputs = [ icmake ];
|
||||||
|
|
||||||
buildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitLab {
|
||||||
sha256 = "08i3q3h581kxr5v7wi114bng66pwwsjs5qj3ywnnrr7ra1h5rzwa";
|
sha256 = "0m8idd8m3z27rix55avchm21sd2spcxgrdf63w65zpvnywq0ydax";
|
||||||
rev = version;
|
rev = version;
|
||||||
repo = "yodl";
|
repo = "yodl";
|
||||||
owner = "fbb-git";
|
owner = "fbb-git";
|
||||||
|
Loading…
Reference in New Issue
Block a user