yodl: 4.02.01 -> 4.02.02
This commit is contained in:
parent
c47914016a
commit
8bcad60b8f
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "yodl";
|
pname = "yodl";
|
||||||
version = "4.02.01";
|
version = "4.02.02";
|
||||||
|
|
||||||
nativeBuildInputs = [ icmake ];
|
nativeBuildInputs = [ icmake ];
|
||||||
|
|
||||||
buildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
sha256 = "0m8idd8m3z27rix55avchm21sd2spcxgrdf63w65zpvnywq0ydax";
|
sha256 = "1kf4h99p9i35fgas8z5wdy2qpd7gqfd645b5z7mfssjzsfdrv745";
|
||||||
rev = version;
|
rev = version;
|
||||||
repo = "yodl";
|
repo = "yodl";
|
||||||
owner = "fbb-git";
|
owner = "fbb-git";
|
||||||
|
Loading…
Reference in New Issue
Block a user