From 4c949e5b203e83cbddb83eda3156436c5a58605a Mon Sep 17 00:00:00 2001 From: "Markus S. Wamser" Date: Tue, 10 Feb 2026 10:48:33 +0100 Subject: [PATCH] offpunk: 2.8 -> 3.0 --- pkgs/by-name/of/offpunk/package.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/of/offpunk/package.nix b/pkgs/by-name/of/offpunk/package.nix index 807e0755e537..852cc0ce8507 100644 --- a/pkgs/by-name/of/offpunk/package.nix +++ b/pkgs/by-name/of/offpunk/package.nix @@ -3,6 +3,7 @@ python3Packages, fetchFromSourcehut, file, + gettext, installShellFiles, less, offpunk, @@ -14,19 +15,22 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "offpunk"; - version = "2.8"; + version = "3.0"; pyproject = true; src = fetchFromSourcehut { owner = "~lioploum"; repo = "offpunk"; rev = "v${finalAttrs.version}"; - hash = "sha256-s/pEN7n/g9o8a/hYTC39PgbBLyCUwN5LIggqUSMKRS4="; + hash = "sha256-5SoMa93QbwbsryeHGc3pkkDA8v9eonZvuflSuDV2hmI="; }; build-system = with python3Packages; [ hatchling ]; - nativeBuildInputs = [ installShellFiles ]; + nativeBuildInputs = [ + gettext + installShellFiles + ]; dependencies = [ file