bchunk: add update script

This commit is contained in:
jopejoe1
2025-09-15 17:22:19 +02:00
parent 50024894dd
commit 2c76c4c219

View File

@@ -2,6 +2,7 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
nix-update-script,
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
@@ -25,6 +26,8 @@ stdenv.mkDerivation (finalAttrs: {
install -Dt $out/share/man/man1 bchunk.1 install -Dt $out/share/man/man1 bchunk.1
''; '';
passthru.updateScript = nix-update-script { };
meta = with lib; { meta = with lib; {
homepage = "http://he.fi/bchunk/"; homepage = "http://he.fi/bchunk/";
description = "Program that converts CD images in BIN/CUE format into a set of ISO and CDR tracks"; description = "Program that converts CD images in BIN/CUE format into a set of ISO and CDR tracks";