catppuccin-papirus-folders: 20221204 -> 20230802

This commit is contained in:
Alexandre Acebedo 2023-05-14 18:26:49 +02:00
parent ef5c1750c9
commit 5efe4a6ec0

View File

@ -16,13 +16,13 @@ in
stdenvNoCC.mkDerivation {
inherit pname;
version = "unstable-2022-12-04";
version = "unstable-2023-08-02";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "papirus-folders";
rev = "1a367642df9cf340770bd7097fbe85b9cea65bcb";
sha256 = "sha256-mFDfRVDA9WyriyFVzsI7iqmPopN56z54FvLkZDS2Dv8=";
rev = "fcf96737fffc343a1bf129732c37d19f2d77fa5c";
sha256 = "sha256-3yjIGzN+/moP2OVGDIAy4zPqUroSjx3c2mJjdZGhTsY=";
};
nativeBuildInputs = [ gtk3 ];