ofono: 1.31 -> 1.32

This commit is contained in:
Maxine Aubrey 2021-05-13 23:14:51 +02:00
parent c018ef9f56
commit aa72ab918d
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

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