pop-icon-theme: 2020-03-04 -> 2021-11-17

This commit is contained in:
Adson Cicilioti 2021-12-02 02:40:11 -03:00
parent 971b383a28
commit 9487f3aeba

View File

@ -1,4 +1,5 @@
{ lib, stdenv { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, meson , meson
, ninja , ninja
@ -11,13 +12,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pop-icon-theme"; pname = "pop-icon-theme";
version = "2020-03-04"; version = "2021-11-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pop-os"; owner = "pop-os";
repo = "icon-theme"; repo = "icon-theme";
rev = "11f18cb48455b47b6535018f1968777100471be1"; rev = "9998b20b78f3ff65ecbf2253bb863d1e669abe74";
sha256 = "1s4pjwv2ynw400gnzgzczlxzw3gxh5s8cxxbi9zpxq4wzjg6jqyv"; sha256 = "0lwdmaxs9xj4bm21ldh64bzyb6iz5d5k1256iwvyjp725l7686cl";
}; };
nativeBuildInputs = [ nativeBuildInputs = [