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

gromit-mpx: 1.5.0 -> 1.5.1
This commit is contained in:
Nick Cao
2023-11-03 09:57:57 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "gromit-mpx";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "bk138";
repo = "gromit-mpx";
rev = version;
sha256 = "sha256-I2/9zRKpMkiB0IhnYuOrJHp4nNyG6pfful5D7OqCILQ=";
sha256 = "sha256-6sjps0wbB0sTaQtehRmz2KBWxqk3pqJmQs9htqxmJwo=";
};
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ];