Unverified Commit 8fc73f9f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

poedit: 3.4.4 -> 3.5.2 (#376787)

parents ecae7c20 91e51121
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

stdenv.mkDerivation rec {
  pname = "poedit";
  version = "3.4.4";
  version = "3.5.2";

  src = fetchFromGitHub {
    owner = "vslavik";
    repo = "poedit";
    rev = "v${version}-oss";
    hash = "sha256-SZjsJQYJCXQendzQ2Tobg+IgkWL6lFX5YnMfruPt7UA=";
    hash = "sha256-FYLTHVoqXypW1QhnVmIWMp9u+/8pbdUoV7v9GSWEMIU=";
  };

  nativeBuildInputs = [
+0 −4
Original line number Diff line number Diff line
@@ -4743,10 +4743,6 @@ with pkgs;
    inherit (darwin) autoSignDarwinBinariesHook;
  };
  poedit = callPackage ../tools/text/poedit {
    wxGTK32 = wxGTK32.override { withWebKit = true; };
  };
  polaris = callPackage ../servers/polaris { };
  polaris-web = callPackage ../servers/polaris/web.nix { };