poedit: 3.6.2 -> 3.9

Diff: https://github.com/vslavik/poedit/compare/v3.6.2-oss...v3.9-oss
This commit is contained in:
2kybe3
2026-04-27 16:34:45 +02:00
parent 365ab9d690
commit 7bab02cbb9
+10 -2
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
nix-update-script,
autoconf,
automake,
libtool,
@@ -24,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "poedit";
version = "3.6.2";
version = "3.9";
src = fetchFromGitHub {
owner = "vslavik";
repo = "poedit";
rev = "v${finalAttrs.version}-oss";
hash = "sha256-Lb1R7GMB0GeS2xZASR7w4ee33mMEKP9gPabRHkHlIJI=";
hash = "sha256-N/o57n624b+StXrT6jBxEFSGElcHdV6wrf/Y2JbA55k=";
};
nativeBuildInputs = [
@@ -77,6 +78,13 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"(.*)-oss"
];
};
meta = {
description = "Cross-platform gettext catalogs (.po files) editor";
mainProgram = "poedit";