Merge pull request #283185 from r-ryantm/auto-update/ofono

ofono: 2.2 -> 2.3
This commit is contained in:
Weijia Wang 2024-02-04 22:12:28 +01:00 committed by GitHub
commit 6b29d3e90a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ofono"; pname = "ofono";
version = "2.2"; version = "2.3";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
src = fetchzip { src = fetchzip {
url = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/snapshot/ofono-${version}.tar.gz"; url = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/snapshot/ofono-${version}.tar.gz";
sha256 = "sha256-mnh0qzmgPDfimN/M33HntYj90Xcgc/uF8tKbzeQV1Yg="; sha256 = "sha256-rX3ngXoW7YISyytpRPLX/lGmQa5LPtFxeA2XdtU1gV0=";
}; };
patches = [ patches = [