mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 09:58:50 +03:00
papirus-icon-theme: 20230901 -> 20231101
This commit is contained in:
parent
c689e84040
commit
d28775dde5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user