about summary refs log tree commit diff
path: root/pkgs/applications/audio/flac
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-06-24 18:28:48 +0100
committerSergei Trofimovich <slyich@gmail.com>2023-06-24 18:30:16 +0100
commitf0e6e9472c8c2077276bce32f166dc790ead11a1 (patch)
treecc30bcc9e056f438db5cef14a77299fbb9226b93 /pkgs/applications/audio/flac
parent42637bd82223ba0e8c21e8ce5ec6b905b2967593 (diff)
flac: 1.4.2 -> 1.4.3
Changes: https://xiph.org/flac/changelog.html
Diffstat (limited to 'pkgs/applications/audio/flac')
-rw-r--r--pkgs/applications/audio/flac/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/flac/default.nix b/pkgs/applications/audio/flac/default.nix
index be987fccd66e2..cadf0c829d44f 100644
--- a/pkgs/applications/audio/flac/default.nix
+++ b/pkgs/applications/audio/flac/default.nix
@@ -10,12 +10,12 @@
 
 stdenv.mkDerivation rec {
   pname = "flac";
-  version = "1.4.2";
+  version = "1.4.3";
 
   src = fetchurl {
     url = "http://downloads.xiph.org/releases/flac/${pname}-${version}.tar.xz";
     # Official checksum is published at https://github.com/xiph/flac/releases/tag/${version}
-    sha256 = "sha256-4yLVih9I0j2d049DJnKGX2955zpvnMWl9X/KqD61qOQ=";
+    hash = "sha256-bFjmnNIjSPRBuGEJK4JeWR0Lgi4QbebrDuTQXScgW3A=";
   };
 
   nativeBuildInputs = [