Merge master into staging-next

This commit is contained in:
github-actions[bot] 2021-04-15 00:15:29 +00:00 committed by GitHub
commit 90a28c8ec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "MIDIVisualizer";
version = "6.3";
version = "6.4";
src = fetchFromGitHub {
owner = "kosua20";
repo = pname;
rev = "v${version}";
sha256 = "sha256-U/YmxHD6e13I++aW+z1Y5xtZ+MN0KUJLSskrF4+UgTE=";
sha256 = "sha256-XR5xmQYVbBR6QWt/+PLeGqg0t4xl35MPrQNaPsmgAYA=";
};
nativeBuildInputs = [ cmake pkg-config makeWrapper];

View file

@ -6,12 +6,12 @@
stdenv.mkDerivation rec {
pname = "fcft";
version = "2.3.2";
version = "2.3.3";
src = fetchgit {
url = "https://codeberg.org/dnkl/fcft.git";
rev = version;
sha256 = "0k2i57rakm4g86f7hbhkby8af0vv7v63a70lk3m58mkycpy5q2rm";
sha256 = "0314r038jl17hrhc9nrbx30jk0pz8ckbdnizws4r46b1rf4h0b1f";
};
nativeBuildInputs = [ pkg-config meson ninja scdoc ];
@ -29,7 +29,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://codeberg.org/dnkl/fcft";
description = "Simple library for font loading and glyph rasterization";
maintainers = with maintainers; [ fionera ];
maintainers = with maintainers; [
fionera
sternenseemann
];
license = licenses.mit;
platforms = with platforms; linux;
};