papirus-icon-theme: 20171102 -> 20180214

Semi-automatic update. These checks were performed:

- built on NixOS
This commit is contained in:
Ryan Mulligan 2018-02-27 09:28:09 -08:00
parent 6a10134205
commit 52ee1d87e9

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "papirus-icon-theme-${version}";
version = "20171102";
version = "20180214";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = "papirus-icon-theme";
rev = version;
sha256 = "10q7ppizzqi8c564jydqivia43gp4j1z984igfyym2mdwdw71mzq";
sha256 = "0lsp5cmq5wdqw6vyh6hqqrshgpzxfj8dx87l7qdlgrk73dajjmki";
};
nativeBuildInputs = [ gtk3 ];