liblastfm: 0.3.2 -> 0.5
This commit is contained in:
parent
20c2980640
commit
4e9186aaf3
@ -1,15 +1,15 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, curl, openssl }:
|
{ stdenv, fetchurl, pkgconfig, curl, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "liblastfm-SF-0.3.2";
|
name = "liblastfm-SF-0.5";
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ];
|
buildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ curl openssl ];
|
propagatedBuildInputs = [ curl openssl ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/liblastfm/liblastfm-0.3.2.tar.gz";
|
url = "mirror://sourceforge/liblastfm/libclastfm-0.5.tar.gz";
|
||||||
sha256 = "1hk62giysi96h6cyjyph69nlv1v4vw45w3sx7i2m89i9aysd6qp7";
|
sha256 = "0hpfflvfx6r4vvsbvdc564gkby8kr07p8ma7hgpxiy2pnlbpian9";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user