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

papirus-icon-theme: 20190203 -> 20190302
This commit is contained in:
Will Dietz 2019-03-11 04:55:50 -05:00 committed by GitHub
commit 68730715a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "papirus-icon-theme-${version}";
version = "20190203";
version = "20190302";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = "papirus-icon-theme";
rev = version;
sha256 = "02vx8sqpd3rpcypjd99rqkci0fj1bcjznn46p660vpdddpadxya4";
sha256 = "10dhjwcb9jr7nr29jxl5nj09fzlj4w25hzssw1hgm4hbp72v4z05";
};
nativeBuildInputs = [ gtk3 ];