about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-24 10:38:35 +0000
committerehmry <ehmry@posteo.net>2022-10-29 16:50:46 -0500
commit4e74b20841728a352a4d6fc915b160b2c521d017 (patch)
tree6c95ff8aa2144ff8e1aec5e74adfdcb8481f6aa2
parent61802ef15d0650775dd4cd3cc3c6648b0c931e03 (diff)
flac: 1.4.1 -> 1.4.2
-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 bebb35f45009e..38054694e3b0f 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.1";
+  version = "1.4.2";
 
   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 = "91303c3e5dfde52c3e94e75976c0ab3ee14ced278ab8f60033a3a12db9209ae6";
+    sha256 = "sha256-4yLVih9I0j2d049DJnKGX2955zpvnMWl9X/KqD61qOQ=";
   };
 
   nativeBuildInputs = [