mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
libshout: 2.4.1 -> 2.4.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libshout/versions
This commit is contained in:
parent
42c100985a
commit
9ab5d01975
@ -4,11 +4,11 @@
|
|||||||
# need pkgconfig so that libshout installs ${out}/lib/pkgconfig/shout.pc
|
# need pkgconfig so that libshout installs ${out}/lib/pkgconfig/shout.pc
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libshout-2.4.1";
|
name = "libshout-2.4.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.xiph.org/releases/libshout/${name}.tar.gz";
|
url = "http://downloads.xiph.org/releases/libshout/${name}.tar.gz";
|
||||||
sha256 = "0kgjpf8jkgyclw11nilxi8vyjk4s8878x23qyxnvybbgqbgbib7k";
|
sha256 = "0qgwarqp2p6jy3zadds6dzj8z1jfb2mbwc3lsdlidf527h0a86ym";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "doc" ];
|
outputs = [ "out" "dev" "doc" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user