numix-icon-theme-circle: 22.08.15 -> 22.09.04

This commit is contained in:
R. Ryantm 2022-09-08 12:16:38 +00:00
parent ad2aac1e24
commit 0415a372fe

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "22.08.15";
version = "22.09.04";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-2Ay5wykXuXKwcGFvFKu6SIFKdWFMdBvHwgSrqNCszMM=";
sha256 = "sha256-eRBso0oeL+EkOw6oINbuf9s07BtKc8132FK5QbAeA8s=";
};
nativeBuildInputs = [ gtk3 ];