Merge pull request #276610 from r-ryantm/auto-update/where-is-my-sddm-theme

where-is-my-sddm-theme: 1.5.1 -> 1.6.0
This commit is contained in:
Azat Bahawi 2023-12-25 13:06:50 +03:00 committed by GitHub
commit edfd9dbd79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,13 @@ in
stdenvNoCC.mkDerivation rec {
pname = "where-is-my-sddm-theme";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "stepanzubkov";
repo = pname;
rev = "v${version}";
hash = "sha256-T6b+rxjlxZCQ/KDaxBM8ZryA3n6a+3jo+J2nETBYslM=";
hash = "sha256-EK0bB2dRXNtDKFiyf+nMoDq9XK2f3PFwoNbQDZamB3Y=";
};
propagatedUserEnvPkgs = [ qtgraphicaleffects ];