mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
catppuccin-sddm-corners: unstableGitUpdater -> nix-update-script
This commit is contained in:
parent
2aacebcef3
commit
e80d25108b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
lib,
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
unstableGitUpdater,
|
||||
nix-update-script,
|
||||
qt6,
|
||||
}:
|
||||
|
||||
|
@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||
|
||||
meta = {
|
||||
description = "Soothing pastel theme for SDDM based on corners theme";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue