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

numix-icon-theme-circle: 21.04.14 -> 21.11.29
This commit is contained in:
José Romildo Malaquias 2021-12-08 19:31:32 -03:00 committed by GitHub
commit 497daadc9c
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.04.14";
version = "21.11.29";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "1z8c0179r8g0y9zh4383brsfhkcyfy79dc8hw94p9zjn5a66547w";
sha256 = "sha256-0hGxgmNNYvNT1QQpA7SdOdN1VM8Iix+kZZFcO2R1V/Y=";
};
nativeBuildInputs = [ gtk3 ];