Merge pull request #152097 from r-ryantm/auto-update/numix-icon-theme-square

numix-icon-theme-square: 21.11.29 -> 21.12.05
This commit is contained in:
Bobby Rong
2021-12-25 22:50:28 +08:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "21.11.29";
version = "21.12.05";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-3zZ/LpjYhYOHPpgRysGYXFLvYux5GgurItuYm7zAZ2M=";
sha256 = "sha256-SVWIY7RGwk2AKruDkAYoZ5nDSAU8LPb9dtqxDFumZ5o=";
};
nativeBuildInputs = [ gtk3 ];