material-kwin-decoration: unstable-2023-01-15 -> 7-unstable-2023-01-15
This commit is contained in:
parent
4712ec00cf
commit
caa9e587a4
1 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
mkDerivation rec {
|
||||
pname = "material-kwin-decoration";
|
||||
version = "unstable-2023-01-15";
|
||||
version = "7-unstable-2023-01-15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Zren";
|
||||
|
@ -47,7 +47,9 @@ mkDerivation rec {
|
|||
];
|
||||
|
||||
passthru = {
|
||||
updateScript = unstableGitUpdater { };
|
||||
updateScript = unstableGitUpdater {
|
||||
tagPrefix = "v";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue