flac: 1.3.2 -> 1.3.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/flac/versions
This commit is contained in:
parent
6544f1ae92
commit
857fb6744a
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, libogg }:
|
{ stdenv, fetchurl, libogg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "flac-1.3.2";
|
name = "flac-1.3.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.xiph.org/releases/flac/${name}.tar.xz";
|
url = "http://downloads.xiph.org/releases/flac/${name}.tar.xz";
|
||||||
sha256 = "0gymm2j3276kr9nz6vmgfwsdfrq6c449n40a0mzz8h6wc7nw7kwi";
|
sha256 = "0j0p9sf56a2fm2hkjnf7x3py5ir49jyavg4q5zdyd7bcf6yq4gi1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libogg ];
|
buildInputs = [ libogg ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user