pop-icon-theme: 3.3.0 -> 3.5.0

This commit is contained in:
R. Ryantm 2024-04-08 20:34:49 +00:00
parent f6eb921406
commit a607927960
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
stdenvNoCC.mkDerivation rec {
pname = "pop-icon-theme";
version = "3.3.0";
version = "3.5.0";
src = fetchFromGitHub {
owner = "pop-os";
repo = "icon-theme";
rev = "v${version}";
sha256 = "sha256-7cDXEkqtPNQsyZvuYZhBSgAYshkDlP8o8umWGbNLtjw=";
sha256 = "sha256-V8xBZj6T4Ly/GHV0CVLZ1a4UZbmCkhYRe05qUfJk7Wg=";
};
nativeBuildInputs = [