about summary refs log tree commit diff
path: root/pkgs/applications/audio/yoshimi
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2018-03-24 06:23:09 +0100
committerBart Brouns <bart@magnetophon.nl>2018-03-24 06:36:20 +0100
commita712514bd503f008091b94e179fe7d8f007cd26d (patch)
treeb6c1c53a37679bf0768599ae20369ff667c0cd27 /pkgs/applications/audio/yoshimi
parentbee172501de3b4496ff81cc1621d307f167e9382 (diff)
yoshimi: 1.5.6 -> 1.5.7
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 cdf84cb7e46f1..678345a91ddd7 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.6";
+  version = "1.5.7";
 
   src = fetchurl {
     url = "mirror://sourceforge/yoshimi/${name}.tar.bz2";
-    sha256 = "0bjfhfslpa2hjrc9h38m7dlr62953w9n4cvkgvfy495cbym12dak";
+    sha256 = "1w916mmi6hh547a7icrgx6qr2kwxlxwlm6ampql427rshcz9r61k";
   };
 
   buildInputs = [