Merge pull request #128923 from fortuneteller2k/papirusicon

papirus-icon-theme: 20210601 -> 20210701

authored by

José Romildo Malaquias and committed by
GitHub
8001cd5a 4e821008

+2 -2
+2 -2
pkgs/data/icons/papirus-icon-theme/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "papirus-icon-theme"; 5 - version = "20210601"; 5 + version = "20210701"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "PapirusDevelopmentTeam"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-AX51udzIv/DO0n8ba2Gm6Leikep6x4tgUuRUdPX/Cds="; 11 + sha256 = "sha256-eqSZBcypwnNX92SGG17MWlnsVzk0jOTdjtEaWMbQsMs="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ gtk3 ];