about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-23 03:54:43 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-27 12:04:34 -0700
commitc8768ec7ef7f1e9c15fc1c7164ec182c4909be7a (patch)
treea0159ad374fd6c8abc727f0aea108ab5cce8efb0 /pkgs/tools/text
parent63b77b16f313e1a9baa88d18f9e24dda038d14b2 (diff)
downloadnixlib-c8768ec7ef7f1e9c15fc1c7164ec182c4909be7a.tar
nixlib-c8768ec7ef7f1e9c15fc1c7164ec182c4909be7a.tar.gz
nixlib-c8768ec7ef7f1e9c15fc1c7164ec182c4909be7a.tar.bz2
nixlib-c8768ec7ef7f1e9c15fc1c7164ec182c4909be7a.tar.lz
nixlib-c8768ec7ef7f1e9c15fc1c7164ec182c4909be7a.tar.xz
nixlib-c8768ec7ef7f1e9c15fc1c7164ec182c4909be7a.tar.zst
nixlib-c8768ec7ef7f1e9c15fc1c7164ec182c4909be7a.zip
poedit: 2.3 -> 2.3.1
Diffstat (limited to 'pkgs/tools/text')
-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 767569e42c20..ccd99a272b59 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";
+  version = "2.3.1";
 
   src = fetchurl {
     url = "https://github.com/vslavik/poedit/archive/v${version}-oss.tar.gz";
-    sha256 = "0smvdpvb4hdhqc327pcj29bzjqbzgad6mr7r5pg81461fi2r2myw";
+    sha256 = "04f9za35rwyr7mabk8f8izc0fgvc3sfx45v8dml1xmi634n174ds";
   };
 
   nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook