pantheon.elementary-icon-theme: 6.0.0 -> 6.1.0

This commit is contained in:
Bobby Rong 2021-11-24 09:57:56 +08:00
parent 2361a73786
commit 87a5c67107
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -1,4 +1,5 @@
{ lib, stdenv { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, nix-update-script , nix-update-script
, pantheon , pantheon
@ -13,7 +14,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "elementary-icon-theme"; pname = "elementary-icon-theme";
version = "6.0.0"; version = "6.1.0";
repoName = "icons"; repoName = "icons";
@ -21,13 +22,7 @@ stdenv.mkDerivation rec {
owner = "elementary"; owner = "elementary";
repo = repoName; repo = repoName;
rev = version; rev = version;
sha256 = "0k94zi8fzi0nf5q471fmrlz8jjkv8m6vav1spzv7ynkg2hik8d9b"; sha256 = "sha256-WR4HV0nJKj0WeSFHXLK64O0LhX8myAJE4w0aztyhPn4=";
};
passthru = {
updateScript = nix-update-script {
attrPath = "pantheon.${pname}";
};
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -57,6 +52,12 @@ stdenv.mkDerivation rec {
postFixup = "gtk-update-icon-cache $out/share/icons/elementary"; postFixup = "gtk-update-icon-cache $out/share/icons/elementary";
passthru = {
updateScript = nix-update-script {
attrPath = "pantheon.${pname}";
};
};
meta = with lib; { meta = with lib; {
description = "Named, vector icons for elementary OS"; description = "Named, vector icons for elementary OS";
longDescription = '' longDescription = ''