gradia: 1.11.1 -> 1.11.3

This commit is contained in:
claymorwan
2026-02-19 16:32:02 +00:00
parent 6e23c9ea06
commit 9b64da763d
+2 -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,7 +77,6 @@ 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