numix-icon-theme-circle: 21.11.29 -> 21.12.05

This commit is contained in:
R. Ryantm 2021-12-25 13:56:07 +00:00
parent e2b2136d63
commit 037d1aec54

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "21.11.29";
version = "21.12.05";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-0hGxgmNNYvNT1QQpA7SdOdN1VM8Iix+kZZFcO2R1V/Y=";
sha256 = "sha256-tmrysmg4jVPurNJy3AqzAIjd1QCXoH2nGuJhRinvqVQ=";
};
nativeBuildInputs = [ gtk3 ];