yodl: 3.07.01 -> 3.08.00

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-02 15:18:22 +02:00
parent 8a1ccb5f70
commit e8c6b47ee3
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

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