themechanger: 0.11.0 -> 0.11.1

authored by

Popa Ioan Alexandru and committed by
Matthieu Coudron
65fae659 15edb27d

+2 -2
+2 -2
pkgs/applications/misc/themechanger/default.nix
··· 15 15 16 16 python3Packages.buildPythonApplication rec { 17 17 pname = "themechanger"; 18 - version = "0.11.0"; 18 + version = "0.11.1"; 19 19 format = "other"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "ALEX11BR"; 23 23 repo = "ThemeChanger"; 24 24 rev = "v${version}"; 25 - sha256 = "sha256-umRkGPeNDZOmx6pjWLU9rRdHX6QFuHY/dsuQ8oI2YLI="; 25 + sha256 = "sha256-zSbh+mqCKquOyQASwVUW6hghmUc37nTuoa8pWCHM/a8="; 26 26 }; 27 27 28 28 nativeBuildInputs = [