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

gromit-mpx: 1.5.1 -> 1.6.0
This commit is contained in:
Nick Cao
2024-03-13 19:49:53 -04:00
committed by GitHub
+2 -2
View File
@@ -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 ];