bc-decaf: Update to latest commit
Update to the latest commit and since the repository doesn't follow a clear versioning, change the version to "unstable-YYYY-MM-DD" where the latter represents the date of the used commit. Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
e9cf2d1a41
commit
813991f103
@ -7,7 +7,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bc-decaf";
|
||||
version = "linphone-4.4.1";
|
||||
version = "unstable-2022-07-20";
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [
|
||||
@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
|
||||
group = "BC";
|
||||
owner = "public/external";
|
||||
repo = "decaf";
|
||||
rev = "6e78a9beb24d1e3d7050dd52a65e4f88b101a1fc";
|
||||
sha256 = "sha256-D2SzkinloL0Ya9p25YUsc+7lKvoTMUsdkKrkv/5AEeY=";
|
||||
rev = "876ddb4d465c94f97beba1be450e8538d866cc5d";
|
||||
sha256 = "sha256-QFOAgLiPbG2ZdwKoCOrVD5/sPq9IH4rtAWnnk/rZWcs=";
|
||||
};
|
||||
|
||||
# Do not build static libraries and do not enable -Werror
|
||||
|
Loading…
Reference in New Issue
Block a user