mate.mate-tweak: 22.04.0 -> 22.04.1

This commit is contained in:
José Romildo 2022-02-06 18:08:46 -03:00
parent 4e1cd916dc
commit 9f67b1d450

View File

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "mate-tweak";
version = "22.04.0";
version = "22.04.1";
src = fetchFromGitHub {
owner = "ubuntu-mate";
repo = pname;
rev = version;
sha256 = "yCML+RdN7/dCCx5x1m8fUIkBrnfKztwqplpu1wXwDvY=";
sha256 = "FcXJc8tlpP9RCrO6EVGvHPFF6qXorImzi9UccgZU+co=";
};
nativeBuildInputs = [