Merge pull request #199101 from r-ryantm/auto-update/librem
librem: 2.8.0 -> 2.9.0
This commit is contained in:
commit
373cbaa18a
@ -1,12 +1,12 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, zlib, openssl, libre }:
|
{ lib, stdenv, fetchFromGitHub, zlib, openssl, libre }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.8.0";
|
version = "2.9.0";
|
||||||
pname = "librem";
|
pname = "librem";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "baresip";
|
owner = "baresip";
|
||||||
repo = "rem";
|
repo = "rem";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-/DAJMudEEB/8IYl27SFRlD57dfhZrPA5I1ycL4lFXy8=";
|
sha256 = "sha256-HiVM/opZuR7Gkt421ps+nKiiKERG8sUD8qBLIMGNCJI=";
|
||||||
};
|
};
|
||||||
buildInputs = [ zlib openssl libre ];
|
buildInputs = [ zlib openssl libre ];
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user