fix derivation
This commit is contained in:
parent
5e0036e591
commit
95388efbc8
@ -6,11 +6,10 @@ pkgs.kdePackages.mkKdeDerivation rec {
|
||||
|
||||
src = if inputs != null && inputs ? wallpaper-engine-plugin-src
|
||||
then inputs.wallpaper-engine-plugin-src
|
||||
else pkgs.fetchFromGitHub {
|
||||
owner = "catsout";
|
||||
repo = "wallpaper-engine-kde-plugin";
|
||||
else pkgs.fetchgit {
|
||||
url = "https://github.com/catsout/wallpaper-engine-kde-plugin.git";
|
||||
rev = "9e60b364e268814a1a778549c579ad45a9b9c7bb";
|
||||
sha256 = "sha256-zEpELmuK+EvQ1HIWxCSAGyJAjmGgp0yqjtNuC2DTES8=";
|
||||
hash = "sha256-zEpELmuK+EvQ1HIWxCSAGyJAjmGgp0yqjtNuC2DTES8=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user