mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 18:17:38 +00:00
Merge pull request #192937 from r-ryantm/auto-update/gromit-mpx
gromit-mpx: 1.4.2 -> 1.4.3
This commit is contained in:
commit
f7cf1d58bf
@ -6,13 +6,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gromit-mpx";
|
||||
version = "1.4.2";
|
||||
version = "1.4.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bk138";
|
||||
repo = "gromit-mpx";
|
||||
rev = version;
|
||||
sha256 = "sha256-2inmcKSdvHs7WaU095liH12Og9ezsNSs2qygltWOclw=";
|
||||
sha256 = "sha256-nbSyWcccu07FZbvOESFhlnuxgTNgJ+/6ujVQvEyQGGo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user