Skip to content

Commit

Permalink
Merge pull request #60190 from dtzWill/update/mpop-1.4.4
Browse files Browse the repository at this point in the history
mpop: 1.4.3 -> 1.4.4
  • Loading branch information
dtzWill committed Apr 26, 2019
2 parents 62519e2 + ed873e2 commit 2acf9e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/mpop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
with stdenv.lib;

stdenv.mkDerivation rec {
version = "1.4.3";
name = "mpop-${version}";
pname = "mpop";
version = "1.4.4";

src = fetchurl {
url = "https://marlam.de/mpop/releases/${name}.tar.xz";
sha256 = "1di86frxv4gj8fasni409m87qmv0j0vmj13lawkz1pwv9hbynhjb";
url = "https://marlam.de/${pname}/releases/${pname}-${version}.tar.xz";
sha256 = "0j21cp8bw12vgfymxi3i4av3j97lrcyb5y9xa3mb59wr17izz73x";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 2acf9e9

Please sign in to comment.