mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
liblastfm: 0.3.2 -> 0.5
This commit is contained in:
parent
20c2980640
commit
4e9186aaf3
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
{ stdenv, fetchurl, pkgconfig, curl, openssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "liblastfm-SF-0.3.2";
|
||||
name = "liblastfm-SF-0.5";
|
||||
|
||||
buildInputs = [ pkgconfig ];
|
||||
|
||||
propagatedBuildInputs = [ curl openssl ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/liblastfm/liblastfm-0.3.2.tar.gz";
|
||||
sha256 = "1hk62giysi96h6cyjyph69nlv1v4vw45w3sx7i2m89i9aysd6qp7";
|
||||
url = "mirror://sourceforge/liblastfm/libclastfm-0.5.tar.gz";
|
||||
sha256 = "0hpfflvfx6r4vvsbvdc564gkby8kr07p8ma7hgpxiy2pnlbpian9";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue