Merge pull request #81705 from r-ryantm/auto-update/papirus-icon-theme

papirus-icon-theme: 20200201 -> 20200301
This commit is contained in:
José Romildo Malaquias 2020-03-04 08:53:32 -03:00 committed by GitHub
commit fbf7fc67fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "papirus-icon-theme"; pname = "papirus-icon-theme";
version = "20200201"; version = "20200301";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam"; owner = "PapirusDevelopmentTeam";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "06scfncid3mhc99lj7iq99la5ls7gsc9kzzccbvcbfnvpzlmwjfh"; sha256 = "1hknprylmd5zciaz4nkysmbb03am41r9dgnzm3r9l8qg2548js9v";
}; };
nativeBuildInputs = [ gtk3 ]; nativeBuildInputs = [ gtk3 ];
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Papirus icon theme"; description = "Papirus icon theme";
homepage = https://github.com/PapirusDevelopmentTeam/papirus-icon-theme; homepage = "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme";
license = licenses.lgpl3; license = licenses.lgpl3;
# darwin gives hash mismatch in source, probably because of file names differing only in case # darwin gives hash mismatch in source, probably because of file names differing only in case
platforms = platforms.linux; platforms = platforms.linux;