papirus-icon-theme: 20210701 -> 20210802

This commit is contained in:
fortuneteller2k 2021-08-05 00:49:18 +08:00
parent f09a770d9c
commit 2ffbed072c

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "papirus-icon-theme";
version = "20210701";
version = "20210802";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
sha256 = "sha256-eqSZBcypwnNX92SGG17MWlnsVzk0jOTdjtEaWMbQsMs=";
sha256 = "sha256-run7F1iGq1h7o06zS/RNpCMhK5WDH++knLN+MvMcSy8=";
};
nativeBuildInputs = [ gtk3 ];