Merge pull request #122881 from maxeaubrey/iwd_ell_bump

ell: 0.38 -> 0.40, iwd: 1.12 -> 1.14, ofono: 1.31 -> 1.32
This commit is contained in:
Jan Tojnar
2021-05-14 16:36:17 +02:00
committed by GitHub
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -12,14 +12,14 @@
stdenv.mkDerivation rec {
pname = "ofono";
version = "1.31";
version = "1.32";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "git://git.kernel.org/pub/scm/network/ofono/ofono.git";
rev = version;
sha256 = "033y3vggjxn1c7mw75j452idp7arrdv51axs727f7l3c5lnxqdjy";
sha256 = "sha256-bJ7Qgau5soPiptrhcMZ8rWxfprRCTeR7OjQ5HZQ9hbc=";
};
patches = [