summary refs log tree commit diff
path: root/pkgs/applications/audio/qmmp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-09 23:53:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-10 22:58:05 -0800
commitb24bccf5366c3b1983903373eff77d99240b6f36 (patch)
tree45d3ff432b7011482399983d52e8c2c920f80963 /pkgs/applications/audio/qmmp
parentdf76f017f21e95659622b0b364dc0730e5fcafd7 (diff)
downloadnixpkgs-b24bccf5366c3b1983903373eff77d99240b6f36.tar
nixpkgs-b24bccf5366c3b1983903373eff77d99240b6f36.tar.gz
nixpkgs-b24bccf5366c3b1983903373eff77d99240b6f36.tar.bz2
nixpkgs-b24bccf5366c3b1983903373eff77d99240b6f36.tar.lz
nixpkgs-b24bccf5366c3b1983903373eff77d99240b6f36.tar.xz
nixpkgs-b24bccf5366c3b1983903373eff77d99240b6f36.tar.zst
nixpkgs-b24bccf5366c3b1983903373eff77d99240b6f36.zip
qmmp: 1.4.1 -> 1.4.2
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 84ff9f787d5..e6f41711fdf 100644
--- a/pkgs/applications/audio/qmmp/default.nix
+++ b/pkgs/applications/audio/qmmp/default.nix
@@ -29,11 +29,11 @@
 # handle that.
 
 mkDerivation rec {
-  name = "qmmp-1.4.1";
+  name = "qmmp-1.4.2";
 
   src = fetchurl {
     url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
-    sha256 = "0p18r2ri75vbyjzfa7bcl1dm372m6jvn9zj2p5ia2rh1g77fbm9a";
+    sha256 = "1kvzw0n90crg3dgy8834qrjv0zb3ia5cny7virax9ax73y653jfa";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];