Robert Schütz 2 years ago committed by Robert Schütz
parent 7e9b0ed5f4
commit b8f5fca3e9
  1. 4
      pkgs/applications/misc/metadata-cleaner/default.nix

@ -18,7 +18,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "metadata-cleaner";
version = "2.2.1";
version = "2.2.2";
format = "other";
@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "rmnvgr";
repo = "metadata-cleaner";
rev = "v${version}";
hash = "sha256-clCCVOoiInaxg9++GiHMLaD+k0gAvt3oOmqQ/a+WgCE=";
hash = "sha256-V3qcQQwc2ykVTVgUJuNnVQ9iSPD0tv4C2hSILLxuE70=";
};
nativeBuildInputs = [

Loading…
Cancel
Save