themechanger: 0.11.1 -> 0.12.0

This commit is contained in:
Popa Ioan Alexandru 2024-07-16 17:05:39 +03:00
parent d46ea5f4ed
commit 397fd60d37

View File

@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec {
pname = "themechanger";
version = "0.11.1";
version = "0.12.0";
format = "other";
src = fetchFromGitHub {
owner = "ALEX11BR";
repo = "ThemeChanger";
rev = "v${version}";
sha256 = "sha256-zSbh+mqCKquOyQASwVUW6hghmUc37nTuoa8pWCHM/a8=";
hash = "sha256-/quCi2srn9XlhJQKYNkOaZDHTwdciB9SAlF/RML0q+M=";
};
nativeBuildInputs = [