Unverified Commit 52220e8a authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

iwd: 3.2 -> 3.3 (#367303)

parents 1f75e58d fabf867c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@

stdenv.mkDerivation rec {
  pname = "iwd";
  version = "3.2";
  version = "3.3";

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

  outputs = [