Skip to content

Commit

Permalink
mpop: 1.4.12 -> 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 25, 2021
1 parent 77cf1c3 commit b7c905b
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 b7c905b

Please sign in to comment.