about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-06 08:49:04 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-13 09:47:18 +0100
commitc169f233e6d8d938f6c796637df6c1aa0256832b (patch)
tree8ec708101e44ff6dc35f51682e05cea6e7d8d9f3 /pkgs/applications/audio
parente7eac8a220ad178f9159fdbc89eda42955cfe1d2 (diff)
downloadnixlib-c169f233e6d8d938f6c796637df6c1aa0256832b.tar
nixlib-c169f233e6d8d938f6c796637df6c1aa0256832b.tar.gz
nixlib-c169f233e6d8d938f6c796637df6c1aa0256832b.tar.bz2
nixlib-c169f233e6d8d938f6c796637df6c1aa0256832b.tar.lz
nixlib-c169f233e6d8d938f6c796637df6c1aa0256832b.tar.xz
nixlib-c169f233e6d8d938f6c796637df6c1aa0256832b.tar.zst
nixlib-c169f233e6d8d938f6c796637df6c1aa0256832b.zip
yoshimi: 1.5.9 -> 1.5.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yoshimi/versions
Diffstat (limited to 'pkgs/applications/audio')
-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 d35c7b05a893..9d57095a26aa 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.9";
+  version = "1.5.10";
 
   src = fetchurl {
     url = "mirror://sourceforge/yoshimi/${name}.tar.bz2";
-    sha256 = "1nqwxwq6814m860zrh33r85vdyi2bgkvjg5372h3ngcdmxnb7wr0";
+    sha256 = "0mazzn5pc4xnjci3yy1yfsx9l05gkxqzkmscaq1h75jpa7qfsial";
   };
 
   buildInputs = [