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

This commit is contained in:
R. Ryantm 2021-12-08 20:43:34 +00:00
parent 9f329731b5
commit d3a9827a81

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