about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao2024-07-12 16:19:58 -0400
committerGitHub2024-07-12 16:19:58 -0400
commite16cc00acc7b3e60fab951b532a1a63b8b04ffdc (patch)
treed4334959aea78578eb2fd79bd490ce3bd3418732 /pkgs
parentd400d6f585337202f67726cb1baadb9ed0617237 (diff)
parentd02e6baca373b31e36bffa2e0c3f884aa5cd87bf (diff)
Merge pull request #326547 from r-ryantm/auto-update/where-is-my-sddm-theme
where-is-my-sddm-theme: 1.9.2 -> 1.10.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/wh/where-is-my-sddm-theme/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/wh/where-is-my-sddm-theme/package.nix b/pkgs/by-name/wh/where-is-my-sddm-theme/package.nix
index 7ef69e5b1342..02b5f797cc4d 100644
--- a/pkgs/by-name/wh/where-is-my-sddm-theme/package.nix
+++ b/pkgs/by-name/wh/where-is-my-sddm-theme/package.nix
@@ -34,13 +34,13 @@ lib.checkListOfEnum "where-is-my-sddm-theme: variant" validVariants variants
   stdenvNoCC.mkDerivation
   (finalAttrs: {
     pname = "where-is-my-sddm-theme";
-    version = "1.9.2";
+    version = "1.10.0";
 
     src = fetchFromGitHub {
       owner = "stepanzubkov";
       repo = "where-is-my-sddm-theme";
       rev = "refs/tags/v${finalAttrs.version}";
-      hash = "sha256-7I8ucPuPPpUH/KyJoiwlfS7r4Bsh8ZnkHdOEED12TOQ=";
+      hash = "sha256-hv0s2ZnfLE3DJ60G6ZL/Z+sXth9plzjlUNwII8TMuOo=";
     };
 
     propagatedUserEnvPkgs =