mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 21:29:18 +00:00
iwd: 1.27 -> 1.28
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=1.28
This commit is contained in:
parent
d276229d7c
commit
518f3eab17
@ -12,12 +12,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "iwd";
|
||||
version = "1.27";
|
||||
version = "1.28";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
|
||||
rev = version;
|
||||
sha256 = "sha256-gN9+9Cc6zjZBXDhcHBH5wyucO5/vL7bKSLWM5laFqaA=";
|
||||
sha256 = "sha256-UAhgmXTbCgxja8nniexr6+jkzHIOMn9k1Cp8oMuskk0=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "man" "doc" ]
|
||||
|
Loading…
Reference in New Issue
Block a user