qogir-theme: 2023-02-27 -> 2023-05-24

This commit is contained in:
José Romildo 2023-05-25 10:05:28 -03:00
parent 71b17dd143
commit 6f31bdba88

View File

@ -24,13 +24,13 @@ lib.checkListOfEnum "${pname}: tweaks" [ "image" "square" "round" ] tweaks
stdenv.mkDerivation rec {
inherit pname;
version = "2023-02-27";
version = "2023-05-24";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "oBUBSPlOCBEaRRFK5ZyoGlk+gwcE8LtdwxvL+iTfuMA=";
sha256 = "L19pbmJJFr1xi4ZTp0ocxmdMvWmtkK2zquOFfbV+P5Q=";
};
nativeBuildInputs = [