ofono: 2.2 -> 2.3

This commit is contained in:
R. Ryantm 2024-01-23 10:48:03 +00:00
parent 9dbf5074db
commit 4192e98922

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "ofono";
version = "2.2";
version = "2.3";
outputs = [ "out" "dev" ];
src = fetchzip {
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 = [