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
commit 1b4aae4d40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];