desktop-file-utils: 27 -> 28

Changes: https://gitlab.freedesktop.org/xdg/desktop-file-utils/-/blob/0.28/NEWS?ref_type=tags
This commit is contained in:
Sergei Trofimovich
2024-11-09 22:31:34 +00:00
parent d2d4c4f350
commit 7613283480
@@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "desktop-file-utils";
version = "0.27";
version = "0.28";
src = fetchurl {
url = "https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${version}.tar.xz";
hash = "sha256-oIF985zjhbZiGIBAfFbx8pgWjAQMIDLO34jVt2r/6DY=";
hash = "sha256-RAHU4jHYQsLegkI5WnSjlcpGjNlvX2ENgi3zNZSJinA=";
};
nativeBuildInputs = [