Commit 09edf1dd authored by R. RyanTM's avatar R. RyanTM
Browse files

irqbalance: 1.9.2 -> 1.9.3

parent 647a6f42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "irqbalance";
  version = "1.9.2";
  version = "1.9.3";

  src = fetchFromGitHub {
    owner = "irqbalance";
    repo = "irqbalance";
    rev = "v${version}";
    sha256 = "sha256-dk5gdDCXNELTlbZ34gUOVwPHvXF3N07v/ZqeNVfGTGw=";
    sha256 = "sha256-0e7dV6gncSlAUfkyX7F0FSYJjlvdi/ol7YC2T5afl+Q=";
  };

  nativeBuildInputs = [ autoreconfHook pkg-config ];