poedit: 3.4.4 -> 3.5.2 (#376787)

This commit is contained in:
Weijia Wang
2025-02-01 20:38:44 +01:00
committed by GitHub
2 changed files with 2 additions and 6 deletions
@@ -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 = [
-4
View File
@@ -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 { };