Merge pull request #233992 from romildo/upd.qogir-theme

qogir-theme: 2023-02-27 -> 2023-05-24
This commit is contained in:
Bobby Rong 2023-05-25 22:10:31 +08:00 committed by GitHub
commit 0e3c31e09e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [