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