gradia: 1.11.1 -> 1.11.3 (#489845)

This commit is contained in:
Matteo Pacini
2026-02-21 15:57:46 +00:00
committed by GitHub
+3 -3
View File
@@ -22,13 +22,13 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "gradia";
version = "1.11.1";
version = "1.11.3";
pyproject = false;
src = fetchFromGitHub {
owner = "AlexanderVanhee";
repo = "Gradia";
tag = "v${finalAttrs.version}";
rev = "472a970e10c3a85f9db938719ebba121321c1d90";
hash = "sha256-2PSpFmojAIyDNx5yYrLE3CjO/q5iBArmIRikxCGW1HM=";
};
@@ -77,11 +77,11 @@ python3Packages.buildPythonApplication (finalAttrs: {
meta = {
description = "Make your screenshots ready for the world";
homepage = "https://github.com/AlexanderVanhee/Gradia";
changelog = "https://github.com/AlexanderVanhee/Gradia/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
Cameo007
quadradical
claymorwan
];
mainProgram = "gradia";
platforms = lib.platforms.linux;