about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-03 01:37:57 +0000
committerEmery Hemingway <ehmry@posteo.net>2024-05-09 08:15:18 +0000
commit1a964af2b298cf68d9a354a99983ca62da69f782 (patch)
tree3c389af669145638960805352db5a8aaf292118a /pkgs/tools/audio
parentb15a12e8fd1530bd836b2e25ec269f4a76661cab (diff)
liquidsoap: 2.2.4 -> 2.2.5
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/liquidsoap/full.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/liquidsoap/full.nix b/pkgs/tools/audio/liquidsoap/full.nix
index f4fac11df2207..c8a0d266a6c8b 100644
--- a/pkgs/tools/audio/liquidsoap/full.nix
+++ b/pkgs/tools/audio/liquidsoap/full.nix
@@ -7,7 +7,7 @@
 
 let
   pname = "liquidsoap";
-  version = "2.2.4";
+  version = "2.2.5";
 in
 stdenv.mkDerivation {
   inherit pname version;
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
     owner = "savonet";
     repo = "liquidsoap";
     rev = "refs/tags/v${version}";
-    hash = "sha256-aAW3PeobTRVi5mV321MHZ6RymvOY4DbZITjwcMwGwFo=";
+    hash = "sha256-o3P7oTizO2l2WkB4LormZ/Ses5jZOpgQ1r1zB1Y3Bjs=";
   };
 
   postPatch = ''