about summary refs log tree commit diff
path: root/pkgs/applications/misc/themechanger
diff options
context:
space:
mode:
authorPopa Ioan Alexandru <alexioanpopa11@gmail.com>2021-10-19 19:04:40 +0300
committerPopa Ioan Alexandru <alexioanpopa11@gmail.com>2021-10-19 19:04:40 +0300
commit3c1be7cbe8cad9c87ce2316dbd5d79f4a3e2026f (patch)
tree91bcee669dad2e9ce6ad31e5214033e8f7e9c1eb /pkgs/applications/misc/themechanger
parentb11e0a853a16dff2844643ccffa3522d9c211366 (diff)
themechanger: 0.10.1 -> 0.10.2
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 7dd52c8ccef4a..d2b92fa250b3f 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.10.1";
+  version = "0.10.2";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "ALEX11BR";
     repo = "ThemeChanger";
     rev = "v${version}";
-    sha256 = "1bxxn5bmdwaxfvyh6z2rxklwnxgvv6kh5y9m8r1k7d0n4msx1x2h";
+    sha256 = "00z1npm3lpvf0wc9z2v58pc4nxxh8x9m158kxf1k0qlz536jrzqr";
   };
 
   nativeBuildInputs = [