Skip to content

Commit

Permalink
qmmp: 1.4.0 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bjornfor committed Jul 27, 2020
1 parent b415eba commit 10008eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/qmmp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
# handle that.

mkDerivation rec {
name = "qmmp-1.4.0";
name = "qmmp-1.4.1";

src = fetchurl {
url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
sha256 = "13rhnk55d44svksl13w23w2qkfpkq4mc0jy5mi89nzqkzshwvfd8";
sha256 = "0p18r2ri75vbyjzfa7bcl1dm372m6jvn9zj2p5ia2rh1g77fbm9a";
};

nativeBuildInputs = [ cmake pkgconfig ];
Expand Down

0 comments on commit 10008eb

Please sign in to comment.