gnomeExtensions.pop-shell: set passthru.updateScript

This commit is contained in:
Harsh Shandilya
2024-04-12 18:35:39 +00:00
committed by Maxine Aubrey
parent 35e7cd1dfc
commit 3c84c5602f
@@ -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 = ''