Skip to content

Commit 52220e8

Browse files
authored
iwd: 3.2 -> 3.3 (#367303)
2 parents 1f75e58 + fabf867 commit 52220e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/iw/iwd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "iwd";
18-
version = "3.2";
18+
version = "3.3";
1919

2020
src = fetchgit {
2121
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
2222
rev = version;
23-
hash = "sha256-8jIZu0jHo0jkJbD1Vs+ncEZDxO+KoaOXzkX+HiEI6rg=";
23+
hash = "sha256-+CoXoTlQu7ofXPueia1t1vpeH092fYBxLYB+xV4WNEs=";
2424
};
2525

2626
outputs = [

0 commit comments

Comments
 (0)