summary refs log tree commit diff
path: root/pkgs/applications/audio/qmmp/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-13 04:41:15 -0700
committerRenaud <c0bw3b@users.noreply.github.com>2019-05-13 13:41:15 +0200
commit38c4000646f9f065ccf15f5280d06221a135dbea (patch)
tree34e03ec163bcadbd417e2d8c9a3a86b3b4644494 /pkgs/applications/audio/qmmp/default.nix
parente5ad845ee887a12272138db34bc869c326c3e8b9 (diff)
downloadnixpkgs-38c4000646f9f065ccf15f5280d06221a135dbea.tar
nixpkgs-38c4000646f9f065ccf15f5280d06221a135dbea.tar.gz
nixpkgs-38c4000646f9f065ccf15f5280d06221a135dbea.tar.bz2
nixpkgs-38c4000646f9f065ccf15f5280d06221a135dbea.tar.lz
nixpkgs-38c4000646f9f065ccf15f5280d06221a135dbea.tar.xz
nixpkgs-38c4000646f9f065ccf15f5280d06221a135dbea.tar.zst
nixpkgs-38c4000646f9f065ccf15f5280d06221a135dbea.zip
qmmp: 1.3.1 -> 1.3.2 (#61416)
* qmmp: 1.3.1 -> 1.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qmmp/versions

* qmmp: cleanup build inputs
cmake and pkgconfig are needed only at build time
Diffstat (limited to 'pkgs/applications/audio/qmmp/default.nix')
-rw-r--r--pkgs/applications/audio/qmmp/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/qmmp/default.nix b/pkgs/applications/audio/qmmp/default.nix
index eab498b9624..490f8639d38 100644
--- a/pkgs/applications/audio/qmmp/default.nix
+++ b/pkgs/applications/audio/qmmp/default.nix
@@ -29,17 +29,17 @@
 # handle that.
 
 stdenv.mkDerivation rec {
-  name = "qmmp-1.3.1";
+  name = "qmmp-1.3.2";
 
   src = fetchurl {
     url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
-    sha256 = "1dmybzibpr6hpr2iv1wvrjgww842mng2x0rh1mr8gs8j191xvlhw";
+    sha256 = "1rh063kcyg7gs9yj2r4v5irpnq4pjaxaxsgrw30mdr21xhhc15cz";
   };
 
+  nativeBuildInputs = [ cmake pkgconfig ];
   buildInputs =
     [ # basic requirements
-      cmake pkgconfig xlibsWrapper
-      qtbase qttools qtmultimedia qtx11extras
+      qtbase qttools qtmultimedia qtx11extras xlibsWrapper
       # transports
       curl libmms
       # input plugins