about summary refs log tree commit diff
path: root/pkgs/tools
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 08:45:53 +0000
commit22ffa7b32e38303229659445711ca1596ef9afbb (patch)
tree5bd0d106936ccbaf0263b4577f2a4d5ac198495d /pkgs/tools
parentb26142cc9a0f98e9c4b2cc5b7204ecc6897f4e92 (diff)
liquidsoap: 2.2.2 -> 2.2.3
Diffstat (limited to 'pkgs/tools')
-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 = ''