Merge pull request #152095 from r-ryantm/auto-update/numix-icon-theme-circle

numix-icon-theme-circle: 21.11.29 -> 21.12.05
This commit is contained in:
Bobby Rong 2021-12-25 22:26:43 +08:00 committed by GitHub
commit 162311dfef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];