yodl: 4.02.02 -> 4.03.02

This commit is contained in:
R. RyanTM 2021-03-10 08:07:35 +00:00 committed by tomberek
parent fa5c65b7b3
commit c00c67653a

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "yodl"; pname = "yodl";
version = "4.02.02"; version = "4.03.02";
nativeBuildInputs = [ icmake ]; nativeBuildInputs = [ icmake ];
buildInputs = [ perl ]; buildInputs = [ perl ];
src = fetchFromGitLab { src = fetchFromGitLab {
sha256 = "1kf4h99p9i35fgas8z5wdy2qpd7gqfd645b5z7mfssjzsfdrv745"; sha256 = "sha256-ZxiF9He0JgqhbnQS2pE7Y85sED8avbdwGuVmFN8/XgE=";
rev = version; rev = version;
repo = "yodl"; repo = "yodl";
owner = "fbb-git"; owner = "fbb-git";