about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-10-31 14:14:58 +0100
committerGitHub <noreply@github.com>2021-10-31 14:14:58 +0100
commitdad9f349bbdd67dd33885ef5deab484dd877827e (patch)
treeb4193bb54c5726b0b08fa5c9183d38d79b1c1335 /pkgs/applications/networking
parentba9b81a28e98c00aeace17c2ed9e1464615bcd8a (diff)
parent16e7aa7e7f131e47e0598f070b2e8cf6889e21cb (diff)
Merge pull request #143980 from fabaff/bump-mpop
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/mpop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mpop/default.nix b/pkgs/applications/networking/mpop/default.nix
index a14e55e51f298..e2bf0b134d542 100644
--- a/pkgs/applications/networking/mpop/default.nix
+++ b/pkgs/applications/networking/mpop/default.nix
@@ -10,11 +10,11 @@
 
 stdenv.mkDerivation rec {
   pname = "mpop";
-  version = "1.4.15";
+  version = "1.4.16";
 
   src = fetchurl {
     url = "https://marlam.de/${pname}/releases/${pname}-${version}.tar.xz";
-    sha256 = "sha256-P1KytdS8WO2TzwsRRs7k903oHCwHol7gMu+mWUZaAnA=";
+    sha256 = "sha256-hw61cerm0j+5KtDITXnenDjF9iTjYUk31XS/5Jumh/k=";
   };
 
   nativeBuildInputs = [