papirus-icon-theme: 20230901 -> 20231101

This commit is contained in:
José Romildo 2023-11-01 14:08:55 -03:00
parent c689e84040
commit d28775dde5

View File

@ -13,13 +13,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "papirus-icon-theme"; pname = "papirus-icon-theme";
version = "20230901"; version = "20231101";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam"; owner = "PapirusDevelopmentTeam";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-FcTNZgCdPlYjpheA3PfZBR3apOkDi4+RafQtXdqchGI="; hash = "sha256-0ooHuMqGzlMLVTR/u+kCJLibfqTAtq662EG8i3JIzPA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -53,7 +53,7 @@ stdenvNoCC.mkDerivation rec {
passthru.updateScript = gitUpdater { }; passthru.updateScript = gitUpdater { };
meta = with lib; { meta = with lib; {
description = "Papirus icon theme"; description = "Pixel perfect icon theme for Linux";
homepage = "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"; homepage = "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme";
license = licenses.gpl3Only; license = licenses.gpl3Only;
# darwin gives hash mismatch in source, probably because of file names differing only in case # darwin gives hash mismatch in source, probably because of file names differing only in case