poedit: 3.6.2 -> 3.9 (#514064)

This commit is contained in:
tomberek
2026-04-29 05:39:34 +00:00
committed by GitHub
+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";