mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
liblastfm: update from 1.0.8 to 1.0.9
This commit is contained in:
parent
be7f5bc489
commit
8eb3b41c55
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, qt4, pkgconfig, libsamplerate, fftwSinglePrec, which, cmake }:
|
{ stdenv, fetchurl, qt4, pkgconfig, libsamplerate, fftwSinglePrec, which, cmake }:
|
||||||
|
|
||||||
let version = "1.0.8"; in
|
let version = "1.0.9"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "liblastfm-${version}";
|
name = "liblastfm-${version}";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/lastfm/liblastfm/tarball/${version}";
|
url = "https://github.com/lastfm/liblastfm/tarball/${version}";
|
||||||
name = "${name}.tar.gz";
|
name = "${name}.tar.gz";
|
||||||
sha256 = "17jjhsgbwrzh09i0wcqsnmxzyrqy1png5ixpnx6rbqmhp54a3jn3";
|
sha256 = "09qiaxsxw6g2m7mvkffpfsi5wis8nl1x4lgnk0sa30859z54iw53";
|
||||||
};
|
};
|
||||||
|
|
||||||
prefixKey = "--prefix ";
|
prefixKey = "--prefix ";
|
||||||
|
Loading…
Reference in New Issue
Block a user