3
0
Fork 0
forked from mirrors/nixpkgs

iwd: 1.25 -> 1.26

This commit is contained in:
R. Ryantm 2022-04-08 01:09:19 +00:00
parent b1a8ce20dd
commit 4bb889376f

View file

@ -12,12 +12,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "1.25";
version = "1.26";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
sha256 = "sha256-3IiRuILU2FKzXAQ0Q79DX2+nlNMcHNanS8m9GqjBBnU=";
sha256 = "sha256-+BciYfb9++u9Ux4AdvPFFIFVq8j+TVoTLKqxzmn5p3o=";
};
outputs = [ "out" "man" "doc" ]