pixelorama: add passthru.updateScript

This commit is contained in:
Felix Schröter 2023-05-13 23:55:50 +02:00
parent 68bab23e50
commit 0cc4ca5919
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, godot-headless, godot-export-templates }:
{ lib, stdenv, fetchFromGitHub, godot-headless, godot-export-templates, nix-update-script }:
let
preset =
@ -47,6 +47,8 @@ in stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://orama-interactive.itch.io/pixelorama";
description = "A free & open-source 2D sprite editor, made with the Godot Engine!";