about summary refs log tree commit diff
path: root/pkgs/applications/misc/themechanger
diff options
context:
space:
mode:
authorPopa Ioan Alexandru <alexioanpopa11@gmail.com>2022-07-15 02:01:57 +0300
committerMatthieu Coudron <teto@users.noreply.github.com>2022-07-15 14:27:47 +0200
commit65fae659e31098ca4ac825a6fef26d890aaf3f4e (patch)
treeba24016ed4544fd8470e0003a5bf1d1b507832da /pkgs/applications/misc/themechanger
parent15edb27dd573a858885692fe5bd08e0030bb59d1 (diff)
themechanger: 0.11.0 -> 0.11.1
Diffstat (limited to 'pkgs/applications/misc/themechanger')
-rw-r--r--pkgs/applications/misc/themechanger/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/themechanger/default.nix b/pkgs/applications/misc/themechanger/default.nix
index 17e5d458b89bd..945bd8de5420b 100644
--- a/pkgs/applications/misc/themechanger/default.nix
+++ b/pkgs/applications/misc/themechanger/default.nix
@@ -15,14 +15,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "themechanger";
-  version = "0.11.0";
+  version = "0.11.1";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "ALEX11BR";
     repo = "ThemeChanger";
     rev = "v${version}";
-    sha256 = "sha256-umRkGPeNDZOmx6pjWLU9rRdHX6QFuHY/dsuQ8oI2YLI=";
+    sha256 = "sha256-zSbh+mqCKquOyQASwVUW6hghmUc37nTuoa8pWCHM/a8=";
   };
 
   nativeBuildInputs = [