Skip to content

Commit

Permalink
Merge pull request #117622 from r-ryantm/auto-update/mpop
Browse files Browse the repository at this point in the history
mpop: 1.4.12 -> 1.4.13
  • Loading branch information
fabaff committed Mar 26, 2021
2 parents cf83099 + b7c905b commit 56d5a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/mpop/default.nix
Expand Up @@ -4,11 +4,11 @@ with lib;

stdenv.mkDerivation rec {
pname = "mpop";
version = "1.4.12";
version = "1.4.13";

src = fetchurl {
url = "https://marlam.de/${pname}/releases/${pname}-${version}.tar.xz";
sha256 = "sha256-X2NVtS2cNgYZYjpAxmwaVXHjk7Q/5YN1wN41QprDSAo=";
sha256 = "sha256-s0mEZsZbZQrdGm55IJsnuoY3VnOkXJalknvtaFoyfcE=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 56d5a29

Please sign in to comment.