about summary refs log tree commit diff
path: root/pkgs/applications/audio/qmmp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-02 12:25:04 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-07-03 00:10:39 +0200
commit5a7ab1963a95a7a805c9b05fe118dd2238815dd3 (patch)
tree35884e148355007715132f20d627465a5b58c135 /pkgs/applications/audio/qmmp
parent2d0790463ff0358944315f22f03fb205266277a4 (diff)
qmmp: 1.3.2 -> 1.3.3
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
Diffstat (limited to 'pkgs/applications/audio/qmmp')
-rw-r--r--pkgs/applications/audio/qmmp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/qmmp/default.nix b/pkgs/applications/audio/qmmp/default.nix
index 490f8639d389a..03f6bb1b79364 100644
--- a/pkgs/applications/audio/qmmp/default.nix
+++ b/pkgs/applications/audio/qmmp/default.nix
@@ -29,11 +29,11 @@
 # handle that.
 
 stdenv.mkDerivation rec {
-  name = "qmmp-1.3.2";
+  name = "qmmp-1.3.3";
 
   src = fetchurl {
     url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
-    sha256 = "1rh063kcyg7gs9yj2r4v5irpnq4pjaxaxsgrw30mdr21xhhc15cz";
+    sha256 = "1777kqgvbkshqlawy00gbgwflxflwmjjidqdq29mhqszs76r6727";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];