about summary refs log tree commit diff
path: root/pkgs/tools/text/poedit
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-16 03:02:33 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-08-26 08:51:01 +0200
commit46184ba62f1365eda1f02d2c8c2b48289f960428 (patch)
tree9b1c49a776680c3e86c9bd762a33b2e9574e421c /pkgs/tools/text/poedit
parentf6286dea8881e446f33a9b2faca8db43ec55aa45 (diff)
poedit: 2.3.1 -> 2.4.1
Diffstat (limited to 'pkgs/tools/text/poedit')
-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 ccd99a272b59e..05241033c6af6 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.3.1";
+  version = "2.4.1";
 
   src = fetchurl {
     url = "https://github.com/vslavik/poedit/archive/v${version}-oss.tar.gz";
-    sha256 = "04f9za35rwyr7mabk8f8izc0fgvc3sfx45v8dml1xmi634n174ds";
+    sha256 = "0pvd903j2x3h9wh38fhlcn23d0jkjlqnfbdpbvnbhy6al1ngx72w";
   };
 
   nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook