diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-12-10 14:10:49 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-12-10 20:40:09 +0000 |
| commit | 9ef2ccaa387fcc1dc38fa25c862911668f83f1f1 (patch) | |
| tree | d23625a5643b052441bad74a86e325402e98ca85 | |
| parent | Merge pull request #205536 from NixOS/backport-198053-to-release-22.11 (diff) | |
| download | nixpkgs-origin/backport-205477-to-release-22.11.tar.gz | |
liquidsoap: 2.1.2 -> 2.1.3origin/backport-205477-to-release-22.11
(cherry picked from commit 49c8d8d9717791fbc51d25cd80dbb1fc26997c5f)
| -rw-r--r-- | pkgs/tools/audio/liquidsoap/full.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/liquidsoap/full.nix b/pkgs/tools/audio/liquidsoap/full.nix index 8ef960625ec8..411aaece5329 100644 --- a/pkgs/tools/audio/liquidsoap/full.nix +++ b/pkgs/tools/audio/liquidsoap/full.nix @@ -7,14 +7,14 @@ let pname = "liquidsoap"; - version = "2.1.2"; + version = "2.1.3"; in stdenv.mkDerivation { inherit pname version; src = fetchurl { url = "https://github.com/savonet/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-e7iCBY9xKQZrkQ+IlahE1KEbDW89tTIlpGvHZubh3bM="; + sha256 = "sha256-2ti/ZF1tPI+3dpwG6IZLBcg0C19ffnJA3Dog5ngrEgQ="; }; postFixup = '' |
