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

papirus-icon-theme: 20211001 -> 20211201
This commit is contained in:
José Romildo Malaquias 2021-12-07 21:26:48 -03:00 committed by GitHub
commit e01615c0f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "papirus-icon-theme";
version = "20211001";
version = "20211201";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
sha256 = "sha256-OVG/bKWOdSxOXVvtMOITnCDoGNSc+zPNZ/XOablfSEE=";
sha256 = "sha256-lcwQALFQ4zkgDLCX1uthAP3QZwP7UcWcPSOU+UTDykE=";
};
nativeBuildInputs = [ gtk3 ];