Merge pull request #17282 from magnetophon/faust1git

faust1git: 2016-04-27 -> 2016-07-19
This commit is contained in:
Frederik Rietdijk 2016-07-28 15:11:07 +02:00 committed by GitHub
commit ace13888c7

View file

@ -9,12 +9,12 @@ with stdenv.lib.strings;
let
version = "2016-04-27";
version = "2016-07-19";
src = fetchgit {
url = "git://git.code.sf.net/p/faudiostream/code";
rev = "931fca3e649f99ef09025d37bd6a7dc70a03e6f6";
sha256 = "1h2qfwxqf9406v0w6kqyxlzn88zw3xmwgxg9f01n4jvd72zxll78";
rev = "16c22dc0193c10521b1dc16f98443d9c206bb5dd";
sha256 = "01rbcjfhpd5casi72ffi1j95f65ji60l629sgav93pvs0kpdacz5";
};
meta = with stdenv.lib; {