Unverified Commit c6045fa9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #295312 from r-ryantm/auto-update/gromit-mpx

gromit-mpx: 1.5.1 -> 1.6.0
parents 3d9ce547 ff53c7d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "gromit-mpx";
  version = "1.5.1";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "bk138";
    repo = "gromit-mpx";
    rev = version;
    sha256 = "sha256-6sjps0wbB0sTaQtehRmz2KBWxqk3pqJmQs9htqxmJwo=";
    sha256 = "sha256-olDQGw0qDWwXpqRopVoEPDXLRpFiiBo+/jiVeL7R6QA=";
  };

  nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ];