3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #167797 from r-ryantm/auto-update/iwd

This commit is contained in:
maxine [they] 2022-04-08 10:36:36 +02:00 committed by GitHub
commit 3eec50d311
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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