Unverified Commit 4b5b9aeb authored by tomberek's avatar tomberek Committed by GitHub
Browse files

poedit: 3.6.2 -> 3.9 (#514064)

parents 35cee997 7bab02cb
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -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";