yodl: 3.08.00 -> 3.08.01

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-08 17:43:30 +02:00
parent 8d9a25387f
commit 9f64457f10
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "yodl-${version}";
version = "3.08.00";
version = "3.08.01";
buildInputs = [ perl icmake ];
src = fetchFromGitHub {
sha256 = "107jhywx0xdyp7yll1c5zwngzjl3yvg1b4yan8wl2acnbrv6hwa4";
sha256 = "0sks4phdy8qf6lmbjardrk0gl4v7crr4vjdgwpkkc8d5lzvcx7j5";
rev = version;
repo = "yodl";
owner = "fbb-git";