fltk_1_4: 1.4.4 -> 1.4.5 (#524943)

This commit is contained in:
dotlambda
2026-05-29 00:00:54 +00:00
committed by GitHub
+4 -3
View File
@@ -56,13 +56,13 @@ assert withWayland -> withCairo;
stdenv.mkDerivation (finalAttrs: {
pname = "fltk";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "fltk";
repo = "fltk";
rev = "release-${finalAttrs.version}";
hash = "sha256-xba9uiiwQhM4a3Rf4PoGshY3mUKZrcsm+Iv7qnE2sEA=";
tag = "release-${finalAttrs.version}";
hash = "sha256-8Go/UNuZ1LEn8BniAyBbAPk7jdvSs5QvXxin9LAFvhU=";
};
outputs = [ "out" ] ++ lib.optional withExamples "bin" ++ lib.optional withDocs "doc";
@@ -211,6 +211,7 @@ stdenv.mkDerivation (finalAttrs: {
};
meta = {
changelog = "https://github.com/fltk/fltk/blob/${finalAttrs.src.tag}/CHANGES.txt";
description = "C++ cross-platform lightweight GUI library";
homepage = "https://www.fltk.org";
platforms = lib.platforms.unix;