ofono: 1.32 -> 1.33

This commit is contained in:
R. Ryantm 2021-12-08 19:40:08 +00:00 committed by Jan Tojnar
parent b44868f68f
commit ecf9c9039c

View file

@ -12,14 +12,14 @@
stdenv.mkDerivation rec {
pname = "ofono";
version = "1.32";
version = "1.33";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "git://git.kernel.org/pub/scm/network/ofono/ofono.git";
rev = version;
sha256 = "sha256-bJ7Qgau5soPiptrhcMZ8rWxfprRCTeR7OjQ5HZQ9hbc=";
sha256 = "sha256-UTFP69yv1epVrqBoRKCRcR2WiKBG01sLTzrsh/Nude4=";
};
patches = [