about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-09 14:32:40 +0100
committerGitHub <noreply@github.com>2024-03-09 14:32:40 +0100
commitc5940cf69347f3a1ca8d23e6255d2ef8f263a6f1 (patch)
tree2ca9d59b8dfc851218c9f9bc6d126ce247a03c06 /pkgs
parent9f99fc63f2476531c7ecfc1e1d20fccb3f227d80 (diff)
parentbeb02bf04460888dc8b17df4e081bd6be309924e (diff)
Merge pull request #294345 from r-ryantm/auto-update/where-is-my-sddm-theme
where-is-my-sddm-theme: 1.6.0 -> 1.6.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/data/themes/where-is-my-sddm-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/where-is-my-sddm-theme/default.nix b/pkgs/data/themes/where-is-my-sddm-theme/default.nix
index 64fc67b300268..4eb8552a3d0f9 100644
--- a/pkgs/data/themes/where-is-my-sddm-theme/default.nix
+++ b/pkgs/data/themes/where-is-my-sddm-theme/default.nix
@@ -23,13 +23,13 @@ in
 
 stdenvNoCC.mkDerivation rec {
   pname = "where-is-my-sddm-theme";
-  version = "1.6.0";
+  version = "1.6.1";
 
   src = fetchFromGitHub {
     owner = "stepanzubkov";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-EK0bB2dRXNtDKFiyf+nMoDq9XK2f3PFwoNbQDZamB3Y=";
+    hash = "sha256-H0CVTnznODJ27m5C7gT68RVcXFXS2mi0daI6vCi5KmQ=";
   };
 
   propagatedUserEnvPkgs = [ qtgraphicaleffects ];