Merge pull request #310197 from jleightcap/librecast

librecast: 0.7.0 ->  0.8.0, lcsync: 0.2.1 -> 0.3.0
This commit is contained in:
Weijia Wang 2024-05-12 20:30:54 +02:00 committed by GitHub
commit 50aaa7080f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -8,14 +8,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "lcsync";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "librecast";
repo = "lcsync";
rev = "v${finalAttrs.version}";
hash = "sha256-RVfa0EmCPPT7ndy94YwD24S9pj7L11ztISaKHGcbTS8=";
hash = "sha256-eiYbS/LYnM2ZjDHO9KhBp1rrovbhm+OVVfmLtjxAE+Y=";
};
buildInputs = [ lcrq librecast libsodium ];
configureFlags = [ "SETCAP_PROGRAM=true" ];

View File

@ -7,14 +7,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "librecast";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "librecast";
repo = "librecast";
rev = "v${finalAttrs.version}";
hash = "sha256-NlwYJJn1yewx92y6UKJcj6R2MnPn+XuEiKOmsR2oE3g=";
hash = "sha256-8Qit1KFazVG+2TEmSGXiBNawvpc7Ihr/0mx4KCzBoAY=";
};
buildInputs = [ lcrq libsodium ];
installFlags = [ "PREFIX=$(out)" ];