about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-02-19 20:57:49 -0500
committerGitHub <noreply@github.com>2020-02-19 20:57:49 -0500
commite893358693b614dce21823fbc7321eee5fa7ecc3 (patch)
tree34a199da3a7e99a289333f09ccbe7cf4925ee9af /pkgs/applications/version-management
parente474ce247f319e18089aa6ecf0176caa6e418d5f (diff)
parentf3fddcb9cc8e30e8606db01368d30783e1153a69 (diff)
downloadnixlib-e893358693b614dce21823fbc7321eee5fa7ecc3.tar
nixlib-e893358693b614dce21823fbc7321eee5fa7ecc3.tar.gz
nixlib-e893358693b614dce21823fbc7321eee5fa7ecc3.tar.bz2
nixlib-e893358693b614dce21823fbc7321eee5fa7ecc3.tar.lz
nixlib-e893358693b614dce21823fbc7321eee5fa7ecc3.tar.xz
nixlib-e893358693b614dce21823fbc7321eee5fa7ecc3.tar.zst
nixlib-e893358693b614dce21823fbc7321eee5fa7ecc3.zip
Merge pull request #80334 from hedning/gnome-3.34.4
Gnome 3.34.4
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/meld/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/meld/default.nix b/pkgs/applications/version-management/meld/default.nix
index 5342a0697ab2..be1e8ff841dd 100644
--- a/pkgs/applications/version-management/meld/default.nix
+++ b/pkgs/applications/version-management/meld/default.nix
@@ -5,11 +5,11 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "meld";
-  version = "3.20.1";
+  version = "3.20.2";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "0jdj7kd6vj1mdc16gvrj1kar88b2j5875ajq18fx7cbc9ny46j55";
+    sha256 = "0a0x156zr3w2yg0rnhwy39giy3xnfm6sqcfa4xcw4i6ahvwqa2dc";
   };
 
   nativeBuildInputs = [