kdePackages.wallpaper-engine-plugin: 0.5.5-unstable-2024-11-03 -> 0.5.4-unstable-2025-06-29 (#443611)

This commit is contained in:
K900
2025-09-17 05:53:12 +00:00
committed by GitHub
2 changed files with 12 additions and 11 deletions
@@ -39,14 +39,15 @@ let
]
);
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "glaxnimate";
version = "0.5.4";
src = fetchFromGitLab {
owner = "mattbas";
repo = "${pname}";
rev = version;
domain = "invent.kde.org";
owner = "graphics";
repo = "glaxnimate";
tag = finalAttrs.version;
hash = "sha256-8oHJCQdP2xxSSDM0MDkSrG89WgCtMKm1AKlddnq3gig=";
fetchSubmodules = true;
};
@@ -92,11 +93,11 @@ stdenv.mkDerivation rec {
}
);
meta = with lib; {
meta = {
homepage = "https://gitlab.com/mattbas/glaxnimate";
description = "Simple vector animation program";
license = licenses.gpl3;
maintainers = with maintainers; [ tobiasBora ];
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ tobiasBora ];
mainProgram = "glaxnimate";
};
}
})
+3 -3
View File
@@ -17,13 +17,13 @@
}:
mkKdeDerivation {
pname = "wallpaper-engine-kde-plugin";
version = "0.5.5-unstable-2024-11-03";
version = "0.5.4-unstable-2025-06-29";
src = fetchFromGitHub {
owner = "catsout";
repo = "wallpaper-engine-kde-plugin";
rev = "ed58dd8b920dbb2bf0859ab64e0b5939b8a32a0e";
hash = "sha256-ICQLtw+qaOMf0lkqKegp+Dkl7eUgPqKDn8Fj5Osb7eA=";
rev = "9e60b364e268814a1a778549c579ad45a9b9c7bb";
hash = "sha256-zEpELmuK+EvQ1HIWxCSAGyJAjmGgp0yqjtNuC2DTES8=";
fetchSubmodules = true;
};