yodl: 3.08.02 -> 4.01.00

This commit is contained in:
Pascal Wittmann 2017-07-01 10:10:23 +02:00
parent fa92dd8cfc
commit cdf0c53ac7
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "yodl-${version}"; name = "yodl-${version}";
version = "3.08.02"; version = "4.01.00";
nativeBuildInputs = [ icmake ]; nativeBuildInputs = [ icmake ];
buildInputs = [ perl ]; buildInputs = [ perl ];
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "0z4pjrl4bq03fxc50c9h0bnc90vqn5c2dy830mjyzjrn1ms3i003"; sha256 = "1aahwmj4gmf59lrij2373lkgfj77i3ghdas9c7iqrjwaizb0430p";
rev = version; rev = version;
repo = "yodl"; repo = "yodl";
owner = "fbb-git"; owner = "fbb-git";