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-26 16:40:39 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-26 16:40:39 -0800
commitc72f8be60c52dfec9c4d243be13b68a3599aa7f1 (patch)
treecf28334b6893eb2a4bbb3cb5162de99c4f73220b /pkgs/applications/audio
parentb7d4a356be49501ea046b28db28dc2807f5fccdb (diff)
downloadnixlib-c72f8be60c52dfec9c4d243be13b68a3599aa7f1.tar
nixlib-c72f8be60c52dfec9c4d243be13b68a3599aa7f1.tar.gz
nixlib-c72f8be60c52dfec9c4d243be13b68a3599aa7f1.tar.bz2
nixlib-c72f8be60c52dfec9c4d243be13b68a3599aa7f1.tar.lz
nixlib-c72f8be60c52dfec9c4d243be13b68a3599aa7f1.tar.xz
nixlib-c72f8be60c52dfec9c4d243be13b68a3599aa7f1.tar.zst
nixlib-c72f8be60c52dfec9c4d243be13b68a3599aa7f1.zip
yoshimi: 1.5.10 -> 1.5.10.1
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 9d57095a26aa..24c033001cb6 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.10";
+  version = "1.5.10.1";
 
   src = fetchurl {
     url = "mirror://sourceforge/yoshimi/${name}.tar.bz2";
-    sha256 = "0mazzn5pc4xnjci3yy1yfsx9l05gkxqzkmscaq1h75jpa7qfsial";
+    sha256 = "02mmy17sa3dlwmjjahn8rfd6h67c5s0q3fvkf6ljrc2mbbpwc375";
   };
 
   buildInputs = [