sgdboop: add updateScript
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
curl,
|
||||
pkg-config,
|
||||
wrapGAppsHook3,
|
||||
nix-update-script,
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sgdboop";
|
||||
@@ -48,6 +49,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
curl
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Applying custom artwork to Steam, using SteamGridDB";
|
||||
homepage = "https://github.com/SteamGridDB/SGDBoop/";
|
||||
|
||||
Reference in New Issue
Block a user