gnomeExtensions.pop-shell: set `passthru.updateScript`

This commit is contained in:
Harsh Shandilya 2024-04-09 19:44:11 +05:30 committed by Maxine Aubrey
parent 35e7cd1dfc
commit 3c84c5602f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, glib, gjs, typescript }:
{ stdenv, lib, fetchFromGitHub, glib, gjs, typescript, unstableGitUpdater }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-pop-shell";
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
passthru = {
extensionUuid = "pop-shell@system76.com";
extensionPortalSlug = "pop-shell";
updateScript = unstableGitUpdater { };
};
postPatch = ''