pantheon.elementary-icon-theme: 7.2.0 -> 7.3.0

https://github.com/elementary/icons/releases/tag/7.3.0
This commit is contained in:
Bobby Rong 2023-05-03 10:04:38 +08:00
parent 38b39c076b
commit 0fa6230b46
No known key found for this signature in database

View file

@ -13,13 +13,13 @@
stdenvNoCC.mkDerivation rec {
pname = "elementary-icon-theme";
version = "7.2.0";
version = "7.3.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "icons";
rev = version;
sha256 = "sha256-Hh7RiD85N48IpO2sfWSybhS7kJYXH4VOhQ6PVIP9IS8=";
sha256 = "sha256-4ZXqIMXyb9MLd6EHmPn672Dbw992GYYU64oB+4p6jXY=";
};
nativeBuildInputs = [