summary refs log tree commit diff
path: root/pkgs/applications/audio/qsynth
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-16 06:52:57 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-16 06:52:57 -0700
commit24fda481c377b8b4aa72743101a19a364f4b6d78 (patch)
tree2b8826594fa7370b5bac80060cabd1cc3ffa1916 /pkgs/applications/audio/qsynth
parent7803ff314c707ee11a6d8d1c9ac4cde70737d22e (diff)
downloadnixpkgs-24fda481c377b8b4aa72743101a19a364f4b6d78.tar
nixpkgs-24fda481c377b8b4aa72743101a19a364f4b6d78.tar.gz
nixpkgs-24fda481c377b8b4aa72743101a19a364f4b6d78.tar.bz2
nixpkgs-24fda481c377b8b4aa72743101a19a364f4b6d78.tar.lz
nixpkgs-24fda481c377b8b4aa72743101a19a364f4b6d78.tar.xz
nixpkgs-24fda481c377b8b4aa72743101a19a364f4b6d78.tar.zst
nixpkgs-24fda481c377b8b4aa72743101a19a364f4b6d78.zip
qsynth: 0.5.6 -> 0.5.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qsynth/versions
Diffstat (limited to 'pkgs/applications/audio/qsynth')
-rw-r--r--pkgs/applications/audio/qsynth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/qsynth/default.nix b/pkgs/applications/audio/qsynth/default.nix
index b146513d735..82e003b2bea 100644
--- a/pkgs/applications/audio/qsynth/default.nix
+++ b/pkgs/applications/audio/qsynth/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation  rec {
   name = "qsynth-${version}";
-  version = "0.5.6";
+  version = "0.5.7";
 
   src = fetchurl {
     url = "mirror://sourceforge/qsynth/${name}.tar.gz";
-    sha256 = "0h4hhja8qbyzd6v24flw9wr4mwl03nplryx1gyrppn7sg13l1sx6";
+    sha256 = "18im4w8agj60nkppwbkxqnhpp13z5li3w30kklv4lgs20rvgbvl6";
   };
 
   nativeBuildInputs = [ autoconf pkgconfig ];