where-is-my-sddm-theme: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2024-03-08 19:55:57 +00:00
parent 97c798f9d2
commit beb02bf044

View file

@ -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 ];