about summary refs log tree commit diff
path: root/pkgs/tools/text/poedit
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-23 13:20:47 +0100
committerGitHub <noreply@github.com>2020-11-23 13:20:47 +0100
commitbb2839f5fcf6bde147c440e2531bca13609d11bc (patch)
treea41c677299ce2b505b0966aa5734986d83c9fcb5 /pkgs/tools/text/poedit
parent5c483248d8c48802ba26221983443e68d3dbc44b (diff)
parent3340d4f057fa107bc603023a46fd4b129a8ea48a (diff)
Merge pull request #104282 from r-ryantm/auto-update/poedit
poedit: 2.4.1 -> 2.4.2
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 9ece11c74260d..1c82d8d365e79 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.4.1";
+  version = "2.4.2";
 
   src = fetchurl {
     url = "https://github.com/vslavik/poedit/archive/v${version}-oss.tar.gz";
-    sha256 = "0pvd903j2x3h9wh38fhlcn23d0jkjlqnfbdpbvnbhy6al1ngx72w";
+    sha256 = "1kry3xphrdccx8znfm9pw5872c5w0ri7cknlad4qcps54b25nnzk";
   };
 
   nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook