desktop_file_utils: 0.22 → 0.23

This commit is contained in:
Jan Tojnar 2017-12-03 21:17:32 +01:00
parent 9c62cc74b9
commit 2b405ac3cf
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -3,11 +3,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "desktop-file-utils-0.22";
name = "desktop-file-utils-0.23";
src = fetchurl {
url = "http://www.freedesktop.org/software/desktop-file-utils/releases/${name}.tar.xz";
sha256 = "1ianvr2a69yjv4rpyv30w7yjsmnsb23crrka5ndqxycj4rkk4dc4";
sha256 = "119kj2w0rrxkhg4f9cf5waa55jz1hj8933vh47vcjipcplql02bc";
};
nativeBuildInputs = [ pkgconfig ];