ell: 0.67 -> 0.68, iwd: 2.19 -> 2.20 (#339183)

This commit is contained in:
Weijia Wang 2024-09-13 02:07:47 +02:00 committed by GitHub
commit 23bbb5fe47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -9,14 +9,14 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.67";
version = "0.68";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
rev = version;
hash = "sha256-PIxPhKqsxybkLQerkQ15kTRh0oW812lWbCGEig11KQk=";
hash = "sha256-1T2VL/7vSIVVmJQ3n3+swFE/faUTT3mHaskdi/TUJFY=";
};
nativeBuildInputs = [

View File

@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "2.19";
version = "2.20";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
hash = "sha256-LIzcV8OvtHItMpgFVHDQhUisD3kaMPMESd3cgOaIu/8=";
hash = "sha256-jKYF4wW/wKyOMrgxxU7AU0XN677X1vVjrPgjnX/gOqc=";
};
outputs = [ "out" "man" "doc" ]