Merge pull request #231873 from aacebedo/aacebedo/update_catpuccin-papirus-folders_unstable-2023-08-02

catppuccin-papirus-folders:  20221204 -> 20230802
This commit is contained in:
Sandro
2023-05-14 23:14:58 +02:00
committed by GitHub
@@ -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 ];