Commit a5377410 authored by R. RyanTM's avatar R. RyanTM
Browse files

wlinhibit: 0.1.1 -> 0.1.2

parent a8439bf6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation {
  pname = "wlinhibit";
  version = "0.1.1";
  version = "0.1.2";

  src = fetchFromGitHub {
    owner = "0x5a4";
    repo = "wlinhibit";
    rev = "v0.1.1";
    hash = "sha256-YQHJ9sLHSV8GJP7IpRzmtDbeB86y/a48mLcYy4iDciw=";
    rev = "v0.1.2";
    hash = "sha256-mAEBnlIfW1R5+3CMH4ZumQ39Ss2K7PfW28I4/O9saWE=";
  };

  buildInputs = [