poedit: 3.1.1 -> 3.3.1

The old version is really 3.1.1, and not 3.2.2, because the source hash
was still referring to the 3.1.1 tarball.

Changelog: https://github.com/vslavik/poedit/blob/v3.3.1-oss/NEWS
This commit is contained in:
Raphael Robatsch 2023-05-24 19:45:19 +02:00
parent 2756408692
commit 8436d44b57

View file

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