Merge pull request #314663 from r-ryantm/auto-update/qogir-theme

qogir-theme: 2023-05-24 -> 2024-05-22
This commit is contained in:
José Romildo Malaquias 2024-05-25 18:54:53 -03:00 committed by GitHub
commit cb796c7ed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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