poedit: 3.4.2 -> 3.4.4

This commit is contained in:
R. Ryantm 2024-07-06 11:51:57 +00:00
parent 5a601bc241
commit 41f513b39e

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "poedit";
version = "3.4.2";
version = "3.4.4";
src = fetchFromGitHub {
owner = "vslavik";
repo = "poedit";
rev = "v${version}-oss";
hash = "sha256-CfCWfKRzeGGk8/B0BLauO4Xb88/Si1ezvcGKeURgC9o=";
hash = "sha256-SZjsJQYJCXQendzQ2Tobg+IgkWL6lFX5YnMfruPt7UA=";
};
nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook3