mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
lib,
|
||||||
stdenvNoCC,
|
stdenvNoCC,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
unstableGitUpdater,
|
nix-update-script,
|
||||||
qt6,
|
qt6,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation {
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = unstableGitUpdater { };
|
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Soothing pastel theme for SDDM based on corners theme";
|
description = "Soothing pastel theme for SDDM based on corners theme";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue