liquidsoap: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm 2022-12-10 14:10:49 +00:00
parent c2e9f0550a
commit 49c8d8d971

View File

@ -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 = ''