summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-13 08:56:09 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-13 17:56:09 +0200
commita8e867f9905b65adb6448d84c1a35c35fb6a2e87 (patch)
treed1eab2f96a1960ff6ab4d864afedc51f8547c3d5 /pkgs/applications/audio
parentff842faa4d4831258cc81c4e13f3314aa6dfcfa8 (diff)
downloadnixlib-a8e867f9905b65adb6448d84c1a35c35fb6a2e87.tar
nixlib-a8e867f9905b65adb6448d84c1a35c35fb6a2e87.tar.gz
nixlib-a8e867f9905b65adb6448d84c1a35c35fb6a2e87.tar.bz2
nixlib-a8e867f9905b65adb6448d84c1a35c35fb6a2e87.tar.lz
nixlib-a8e867f9905b65adb6448d84c1a35c35fb6a2e87.tar.xz
nixlib-a8e867f9905b65adb6448d84c1a35c35fb6a2e87.tar.zst
nixlib-a8e867f9905b65adb6448d84c1a35c35fb6a2e87.zip
yoshimi: 1.5.8 -> 1.5.8.2 (#41925)
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.

These checks were done:

- built on NixOS
- /nix/store/k0c0kks60fdnismml72d956yca922nv4-yoshimi-1.5.8.2/bin/yoshimi passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.5.8.2 with grep in /nix/store/k0c0kks60fdnismml72d956yca922nv4-yoshimi-1.5.8.2
- directory tree listing: https://gist.github.com/cba4c23026b96fbb6a4cd4ee08212a0f
- du listing: https://gist.github.com/867590c63053855dd8091a35257291d2
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 0c85d72cc901..65a3bbfdc011 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.8";
+  version = "1.5.8.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/yoshimi/${name}.tar.bz2";
-    sha256 = "0gwsr5srzy28hwqhfzrc8pswysmyra8kbww3bxfx8bq4mdjifdj6";
+    sha256 = "1kg7d6mnzdwzsqhrf7pmrf1hzgfpbpm5lv8xkaz32wiv391qrnxc";
   };
 
   buildInputs = [