gromit-mpx: 1.4.1 -> 1.4.2

* gromit-mpx: 1.4.1 -> 1.4.2 (#159898)

* gromit-mpx: use SPDX3 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
main
R. RyanTM 2 years ago committed by GitHub
parent 39303b99a4
commit 3c4fb6d5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/tools/graphics/gromit-mpx/default.nix

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "gromit-mpx";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "bk138";
repo = "gromit-mpx";
rev = version;
sha256 = "sha256-K+NJagRdxnFw410pHDP+OY6yyFu/7mhLvZ8DIz08dsA=";
sha256 = "sha256-2inmcKSdvHs7WaU095liH12Og9ezsNSs2qygltWOclw=";
};
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ];
@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/bk138/gromit-mpx";
maintainers = with maintainers; [ pjones ];
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Plus;
};
}

Loading…
Cancel
Save