mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
liquidsoap: 2.1.2 -> 2.1.3
This commit is contained in:
parent
c2e9f0550a
commit
49c8d8d971
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user