Skip to content

Commit

Permalink
Merge pull request #198758 from zendo/update-metadata-cleaner
Browse files Browse the repository at this point in the history
metadata-cleaner: 2.2.3 -> 2.2.5
  • Loading branch information
bobby285271 authored Nov 1, 2022
2 parents 4acd423 + 63d2bf0 commit 60426c0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkgs/applications/misc/metadata-cleaner/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,23 @@

python3.pkgs.buildPythonApplication rec {
pname = "metadata-cleaner";
version = "2.2.3";
version = "2.2.5";

format = "other";

src = fetchFromGitLab {
owner = "rmnvgr";
repo = "metadata-cleaner";
repo = pname;
rev = "v${version}";
hash = "sha256-ykJd1ZjAqT8OtJsZiSjbDdkN5fFlQcWtTO88x3zAfU8=";
hash = "sha256-Yb5tCvhVg9p4v7++MmoaeQDyP1qdfpHM+IGj8BoacVs=";
};

nativeBuildInputs = [
appstream
desktop-file-utils
glib
gtk4
glib # glib-compile-resources
gtk4 # gtk4-update-icon-cache
gobject-introspection
itstool
meson
ninja
Expand All @@ -42,7 +43,7 @@ python3.pkgs.buildPythonApplication rec {
];

buildInputs = [
gobject-introspection
glib
gtk4
libadwaita
librsvg
Expand Down

0 comments on commit 60426c0

Please sign in to comment.