Unverified Commit c461813c authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

multimon-ng: 1.3.1 -> 1.4.0 (#383354)

parents d85186ec 69d8271b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "multimon-ng";
  version = "1.3.1";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "EliasOenal";
    repo = "multimon-ng";
    rev = version;
    sha256 = "sha256-irKpVerxzjJIiLofoTdySk/PzojuVLgMq2DYF0qPaAM=";
    sha256 = "sha256-ji87sNecPj1pWtTPIbIUSFWp1UfV/3MSjqbv7lrPnog=";
  };

  buildInputs = lib.optionals stdenv.hostPlatform.isLinux [