about summary refs log tree commit diff
path: root/pkgs/applications/audio/yoshimi
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2017-12-07 13:49:34 +0100
committerBart Brouns <bart@magnetophon.nl>2017-12-08 21:07:58 +0100
commit756f4fe1a3eb3c77af778d920037ebe126018644 (patch)
tree61e1dd9f11dfb0bf52eebc0f93aaa8a613a763a3 /pkgs/applications/audio/yoshimi
parent11d0cccf56979f621a2e513bf3a921b46972615b (diff)
yoshimi: 0.5.3 -> 0.5.4.1
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 2b79718809ff2..5c297136dbac0 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.5.3";
+  version = "1.5.4.1";
 
   src = fetchurl {
     url = "mirror://sourceforge/yoshimi/${name}.tar.bz2";
-    sha256 = "0sns35pyw2f74xrv1fxiyf9g9415kvh2rrbdjd60hsiv584nlari";
+    sha256 = "1r5mgjlxyabm3nd3vcnfwywk46531vy2j3k8pjbfwadjkvp52vj6";
   };
 
   buildInputs = [