poedit: 3.3.1 -> 3.3.2

This commit is contained in:
Daniel Șerbănescu 2023-07-03 19:28:40 +02:00
parent d8c2229c49
commit 37eb3cb5e3

View File

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