fix derivation

This commit is contained in:
Andreas Schaafsma 2025-07-15 10:00:30 +02:00
parent 5e0036e591
commit 95388efbc8

View File

@ -6,11 +6,10 @@ pkgs.kdePackages.mkKdeDerivation rec {
src = if inputs != null && inputs ? wallpaper-engine-plugin-src src = if inputs != null && inputs ? wallpaper-engine-plugin-src
then inputs.wallpaper-engine-plugin-src then inputs.wallpaper-engine-plugin-src
else pkgs.fetchFromGitHub { else pkgs.fetchgit {
owner = "catsout"; url = "https://github.com/catsout/wallpaper-engine-kde-plugin.git";
repo = "wallpaper-engine-kde-plugin";
rev = "9e60b364e268814a1a778549c579ad45a9b9c7bb"; rev = "9e60b364e268814a1a778549c579ad45a9b9c7bb";
sha256 = "sha256-zEpELmuK+EvQ1HIWxCSAGyJAjmGgp0yqjtNuC2DTES8="; hash = "sha256-zEpELmuK+EvQ1HIWxCSAGyJAjmGgp0yqjtNuC2DTES8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };