ell: 0.68 -> 0.69, iwd: 2.20 -> 2.22
Changes: - https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.69 - https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=2.21 - https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=2.22
This commit is contained in:
parent
5c718e11ea
commit
300c9216b5
@ -9,14 +9,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ell";
|
||||
version = "0.68";
|
||||
version = "0.69";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
|
||||
rev = version;
|
||||
hash = "sha256-1T2VL/7vSIVVmJQ3n3+swFE/faUTT3mHaskdi/TUJFY=";
|
||||
hash = "sha256-FOEVnpndbIufb8i6egBIoG1PC01WxtAlf3I47YqM+hk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -13,12 +13,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "iwd";
|
||||
version = "2.20";
|
||||
version = "2.22";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
|
||||
rev = version;
|
||||
hash = "sha256-jKYF4wW/wKyOMrgxxU7AU0XN677X1vVjrPgjnX/gOqc=";
|
||||
hash = "sha256-t2mfBRP/PRlcfeezu3B7myCKXVv9SHeW8HlGK1cO3/I=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "man" "doc" ]
|
||||
|
Loading…
Reference in New Issue
Block a user