libre: 3.9.0 -> 3.10.0

This commit is contained in:
R. Ryantm 2024-03-07 01:22:57 +00:00
parent f32e786e98
commit 005a08a995

View File

@ -8,13 +8,13 @@
}:
stdenv.mkDerivation rec {
version = "3.9.0";
version = "3.10.0";
pname = "libre";
src = fetchFromGitHub {
owner = "baresip";
repo = "re";
rev = "v${version}";
sha256 = "sha256-oFaCeVaUrAN83DT8m4gvXSaKzxq5AJw2RHwOelm8HAU=";
sha256 = "sha256-OWVDuKlF7YLipDURC46s14WOLWWagUqWg20sH0kSIA4=";
};
buildInputs = [