poedit: 3.3.2 -> 3.4

This commit is contained in:
R. Ryantm 2023-10-12 18:09:35 +00:00
parent f0dec0b9d3
commit 25d5d4fd89

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "poedit";
version = "3.3.2";
version = "3.4";
src = fetchFromGitHub {
owner = "vslavik";
repo = "poedit";
rev = "v${version}-oss";
hash = "sha256-4WImcTr2nWIdsYJ9ADztvjKEzHK4F8qpJ0QGMOfB3ng=";
hash = "sha256-Z2DT+RO35EcJFOnrjmJ8v2tsINQnsPkbFhZW9OZqob4=";
};
nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook