yoshimi: update from 1.2.2 to 1.2.3

This commit is contained in:
Cillian de Róiste 2014-08-26 14:54:11 +02:00 committed by Cillian de Róiste
parent 4fbeca8823
commit 6a12b9ab53

View File

@ -6,11 +6,11 @@ assert stdenv ? glibc;
stdenv.mkDerivation rec {
name = "yoshimi-${version}";
version = "1.2.2";
version = "1.2.3";
src = fetchurl {
url = "mirror://sourceforge/yoshimi/${name}.tar.bz2";
sha256 = "1w23ral1qrbg9gqx833giqmchx7952f18yaa52aya9shsdlla83c";
sha256 = "00bp699k8gnilin2rvgj35334s9jrizp82qwlmzzvvfliwcgqlqw";
};
buildInputs = [