summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-07 18:55:17 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-07 18:55:17 -0700
commit899521c18158738a5272a11ab52a0d2269401f5c (patch)
tree158af99cc3d7c2c937d2bfeb04ad65b6e63248b9 /pkgs/tools
parent3dc58eda52ef935313cd0418264abd1d30d6b4d3 (diff)
poedit: 2.2.1 -> 2.2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/poedit/versions
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/poedit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/poedit/default.nix b/pkgs/tools/text/poedit/default.nix
index e1ac2248d2242..4d29c380483d5 100644
--- a/pkgs/tools/text/poedit/default.nix
+++ b/pkgs/tools/text/poedit/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "poedit";
-  version = "2.2.1";
+  version = "2.2.4";
 
   src = fetchurl {
     url = "https://github.com/vslavik/poedit/archive/v${version}-oss.tar.gz";
-    sha256 = "0brj6ysisxng2xn8l9ii2rngsj5b4rk27hzfjbp3zwb2caagd3vq";
+    sha256 = "1k5ql41g635z01s1i9bchvf72ynwsvg54gs3s40f07f9dihb23gd";
   };
 
   nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook