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

papirus-icon-theme: 20191101 -> 20191201
This commit is contained in:
José Romildo Malaquias 2019-12-09 12:03:17 -03:00 committed by GitHub
commit 3726e168dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "papirus-icon-theme";
version = "20191101";
version = "20191201";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
sha256 = "17as9i5b9wqzvj08hwxqk9dlv6hrvkylns85s8gzhv6b5x2q5ma3";
sha256 = "02bkd9gx9z14x5gjhpwchhhngiigzvb51a4z67aqfdnmqirv102n";
};
nativeBuildInputs = [ gtk3 ];