summary refs log tree commit diff
path: root/pkgs/applications/editors/pixelorama/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-06-05 00:03:13 +0000
committerGitHub <noreply@github.com>2023-06-05 00:03:13 +0000
commitb2f58f98dd670248e0facbabd26d9719fe1badab (patch)
tree610c762a1a8080327fa7e59bd90cbd2378829593 /pkgs/applications/editors/pixelorama/default.nix
parent36689480f32ff890eb578e8b7be3b7a6ea7f799a (diff)
parent4a640f8bb68caa0c33eb671c16ed189573c717a3 (diff)
downloadnixpkgs-b2f58f98dd670248e0facbabd26d9719fe1badab.tar
nixpkgs-b2f58f98dd670248e0facbabd26d9719fe1badab.tar.gz
nixpkgs-b2f58f98dd670248e0facbabd26d9719fe1badab.tar.bz2
nixpkgs-b2f58f98dd670248e0facbabd26d9719fe1badab.tar.lz
nixpkgs-b2f58f98dd670248e0facbabd26d9719fe1badab.tar.xz
nixpkgs-b2f58f98dd670248e0facbabd26d9719fe1badab.tar.zst
nixpkgs-b2f58f98dd670248e0facbabd26d9719fe1badab.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/editors/pixelorama/default.nix')
-rw-r--r--pkgs/applications/editors/pixelorama/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/editors/pixelorama/default.nix b/pkgs/applications/editors/pixelorama/default.nix
index 20dcd766b17..ab5539ffb47 100644
--- a/pkgs/applications/editors/pixelorama/default.nix
+++ b/pkgs/applications/editors/pixelorama/default.nix
@@ -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!";