Skip to content

Commit

Permalink
Merge pull request #302391 from pcasaretto/auto-update-hexfiend
Browse files Browse the repository at this point in the history
add auto-update script for hexfiend
  • Loading branch information
emilazy authored Jul 26, 2024
2 parents de59dc0 + cef0a49 commit 3b06d88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/os-specific/darwin/hexfiend/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, undmg }:
{ stdenv, lib, fetchurl, undmg, nix-update-script }:

let
urlSuffix = version: if lib.versions.patch == 0 then
Expand All @@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
cp -R . "$out/Applications/Hex Fiend.app"
'';

passthru.updateScript = nix-update-script { };

meta = with lib; {
description = "Open-source macOS hex editor";
homepage = "http://hexfiend.com/";
Expand Down

0 comments on commit 3b06d88

Please sign in to comment.