stirling-pdf: add updateScript
This commit is contained in:
@@ -58,6 +58,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v${finalAttrs.version}";
|
||||
description = "Locally hosted web application that allows you to perform various operations on PDF files";
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p nix-update
|
||||
|
||||
nix-update stirling-pdf
|
||||
$(nix-build -A stirling-pdf.mitmCache.updateScript)
|
||||
|
||||
Reference in New Issue
Block a user