yodl: 3.06.00 -> 3.07.01

This commit is contained in:
Pascal Wittmann 2016-04-30 10:42:35 +02:00
parent 4cd0770d57
commit 586d1f67ce

View File

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