about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-16 13:43:41 +0000
committerEmery Hemingway <ehmry@posteo.net>2023-12-17 19:19:35 +0000
commitfe35001746f1a1cbcd30c0f2651cee25528fbc62 (patch)
tree9f53a1751714cf9b32c3bdf92590bef8165e6d15 /pkgs/tools/audio
parent1bd781aeb6e92e222c52cb17653705e380211b97 (diff)
liquidsoap: 2.2.2 -> 2.2.3
(cherry picked from commit f92cfdf90cf347b595959fa70448a5e4b46611d5)
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 22925dce99fa8..87914436fd49d 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.2";
+  version = "2.2.3";
 in
 stdenv.mkDerivation {
   inherit pname version;
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
     owner = "savonet";
     repo = "liquidsoap";
     rev = "refs/tags/v${version}";
-    hash = "sha256-t7rkWHSAd3DaTCXaGfL9NcIQYT+f4Od9D6huuZlwhWk=";
+    hash = "sha256-oCMSdmdU3oHrq3QFEDQLdb3CLFYcWylxTqKWtGOoQW8=";
   };
 
   postPatch = ''