Merge pull request #132636 from fortuneteller2k/papirus

papirus-icon-theme: 20210701 -> 20210802
This commit is contained in:
Sandro 2021-08-04 15:21:29 +02:00 committed by GitHub
commit d837e2737b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];