qmmp: 1.2.2 -> 1.2.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
qmmp

authored by

R. RyanTM and committed by
Bjørn Forsman
f188e90b 17006986

+2 -2
+2 -2
pkgs/applications/audio/qmmp/default.nix
··· 29 # handle that. 30 31 stdenv.mkDerivation rec { 32 - name = "qmmp-1.2.2"; 33 34 src = fetchurl { 35 url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2"; 36 - sha256 = "01nnyg8m3p3px1fj3lfsqqv9zh1388dwx1bm2qv4v87jywimgp79"; 37 }; 38 39 buildInputs =
··· 29 # handle that. 30 31 stdenv.mkDerivation rec { 32 + name = "qmmp-1.2.3"; 33 34 src = fetchurl { 35 url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2"; 36 + sha256 = "05lqmj22vr5ch1i0928d64ybdnn3qc66s9lgarx5s6x6ffr6589j"; 37 }; 38 39 buildInputs =