yodl: 4.02.01 -> 4.02.02

This commit is contained in:
R. RyanTM 2020-01-30 18:18:29 +00:00 committed by Jon
parent c47914016a
commit 8bcad60b8f

View File

@ -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";