Merge pull request #128923 from fortuneteller2k/papirusicon

papirus-icon-theme: 20210601 -> 20210701
This commit is contained in:
José Romildo Malaquias 2021-07-04 12:36:05 -03:00 committed by GitHub
commit 8001cd5ac0
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 = "20210601";
version = "20210701";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
sha256 = "sha256-AX51udzIv/DO0n8ba2Gm6Leikep6x4tgUuRUdPX/Cds=";
sha256 = "sha256-eqSZBcypwnNX92SGG17MWlnsVzk0jOTdjtEaWMbQsMs=";
};
nativeBuildInputs = [ gtk3 ];