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

papirus-icon-theme: 20190106 -> 20190203
This commit is contained in:
Will Dietz 2019-02-04 21:37:07 -06:00 committed by GitHub
commit e792db3140
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 = "20190106";
version = "20190203";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = "papirus-icon-theme";
rev = version;
sha256 = "0i5dmpqq65nipps800iijxd6krnvrdbnd6zrf7f145dg7r6hfk8p";
sha256 = "02vx8sqpd3rpcypjd99rqkci0fj1bcjznn46p660vpdddpadxya4";
};
nativeBuildInputs = [ gtk3 ];