flac: 1.4.2 -> 1.4.3

Changes: https://xiph.org/flac/changelog.html

+2 -2
+2 -2
pkgs/applications/audio/flac/default.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "flac"; 13 - version = "1.4.2"; 14 15 src = fetchurl { 16 url = "http://downloads.xiph.org/releases/flac/${pname}-${version}.tar.xz"; 17 # Official checksum is published at https://github.com/xiph/flac/releases/tag/${version} 18 - sha256 = "sha256-4yLVih9I0j2d049DJnKGX2955zpvnMWl9X/KqD61qOQ="; 19 }; 20 21 nativeBuildInputs = [
··· 10 11 stdenv.mkDerivation rec { 12 pname = "flac"; 13 + version = "1.4.3"; 14 15 src = fetchurl { 16 url = "http://downloads.xiph.org/releases/flac/${pname}-${version}.tar.xz"; 17 # Official checksum is published at https://github.com/xiph/flac/releases/tag/${version} 18 + hash = "sha256-bFjmnNIjSPRBuGEJK4JeWR0Lgi4QbebrDuTQXScgW3A="; 19 }; 20 21 nativeBuildInputs = [