Merge pull request #125262 from fortuneteller2k/papirus

papirus-icon-theme: 20210501 -> 20210601
This commit is contained in:
Sandro 2021-06-01 21:15:56 +02:00 committed by GitHub
commit 4738976560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,16 @@
stdenv.mkDerivation rec {
pname = "papirus-icon-theme";
version = "20210501";
version = "20210601";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
sha256 = "sha256-3KH0oLeCev7WuoIOh4KBTiHTn2/aQlVrW5dpO+LSRT4=";
sha256 = "sha256-AX51udzIv/DO0n8ba2Gm6Leikep6x4tgUuRUdPX/Cds=";
};
nativeBuildInputs = [
gtk3
];
nativeBuildInputs = [ gtk3 ];
propagatedBuildInputs = [
pantheon.elementary-icon-theme