catppuccin-sddm-corners: unstableGitUpdater -> nix-update-script

This commit is contained in:
Austin Horstman 2025-03-25 09:43:08 -05:00
parent 2aacebcef3
commit e80d25108b
No known key found for this signature in database

View file

@ -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";