osmo: 0.4.0-1 -> 0.4.2

This commit is contained in:
Pascal Wittmann 2018-01-07 16:42:05 +01:00
parent 6a22f13eb5
commit a9bce99551
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "osmo-${version}";
version = "0.4.0-1";
version = "0.4.2";
src = fetchurl {
url = "mirror://sourceforge/osmo-pim/${name}.tar.gz";
sha256 = "fb454718e071c44bd360ce3e56cb29926cbf44a0d06ec738fa9b40fe3cbf8a33";
sha256 = "1gjd4w9jckfpqr9n0bw0w25h3qhfyzw1xvilh3hqdadfinwyal2v";
};
nativeBuildInputs = [ pkgconfig gettext wrapGAppsHook ];