about summary refs log tree commit diff
path: root/pkgs/applications/audio/yoshimi
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2014-08-02 11:31:30 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2014-08-02 11:31:30 +0200
commit2702cedb53a475c4fadc102f7b697b8728774acb (patch)
treec9bfeaea3b02a797daa3e5abe9f3d27aa4458bd5 /pkgs/applications/audio/yoshimi
parente29021d502ce981da4d02542c7a6032bb0e125a1 (diff)
yoshimi: update from 1.2.0 to 1.2.2
Diffstat (limited to 'pkgs/applications/audio/yoshimi')
-rw-r--r--pkgs/applications/audio/yoshimi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/yoshimi/default.nix b/pkgs/applications/audio/yoshimi/default.nix
index 497ab3ac78d67..91142691055bb 100644
--- a/pkgs/applications/audio/yoshimi/default.nix
+++ b/pkgs/applications/audio/yoshimi/default.nix
@@ -6,11 +6,11 @@ assert stdenv ? glibc;
 
 stdenv.mkDerivation  rec {
   name = "yoshimi-${version}";
-  version = "1.2.0";
+  version = "1.2.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/yoshimi/${name}.tar.bz2";
-    sha256 = "0p4v39kxxzzfvaazzxarx54i164ghpfxq0ljkavlgr8fnix5v3mx";
+    sha256 = "1w23ral1qrbg9gqx833giqmchx7952f18yaa52aya9shsdlla83c";
   };
 
   buildInputs = [