Sergei Trofimovich 2024-09-21 18:26:54 +01:00 committed by Alyssa Ross
parent 5c718e11ea
commit 300c9216b5
2 changed files with 4 additions and 4 deletions

View File

@ -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 = [

View File

@ -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" ]