Skip to content

Commit

Permalink
ell: 0.67 -> 0.68, iwd: 2.19 -> 2.20 (#339183)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Sep 13, 2024
2 parents 8d89a8c + e4bf5a7 commit 23bbb5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/ell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/iwd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 23bbb5f

Please sign in to comment.