themechanger: 0.11.0 -> 0.11.1

This commit is contained in:
Popa Ioan Alexandru 2022-07-15 02:01:57 +03:00 committed by Matthieu Coudron
parent 15edb27dd5
commit 65fae659e3

View file

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