Merge pull request #202190 from r-ryantm/auto-update/ell

ell: 0.53 -> 0.54, iwd: 1.30 -> 2.0
This commit is contained in:
maxine
2022-12-08 23:16:17 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.53";
version = "0.54";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
rev = version;
sha256 = "sha256-txtXPWmLfZLBsK3s94W5LyA81mTHStpP3nkq6KW33Mk=";
sha256 = "sha256-Oi+S4DWXuTUL36Xh3iWIZj9rdN2qUDHmZiFSH1csW+8=";
};
nativeBuildInputs = [
+2 -2
View File
@@ -12,12 +12,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "1.30";
version = "2.0";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
sha256 = "sha256-9uyYXxnxRqWvzrw3QXCOT/ZubQ8/nrB+b60jKn1hAJk=";
sha256 = "sha256-9eQ2fW3ha69ngugYonbYdqrpERqt8aM0Ed4HM0CrmUU=";
};
outputs = [ "out" "man" "doc" ]