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

numix-icon-theme-square: 23.01.25 -> 23.01.29
This commit is contained in:
Weijia Wang
2023-02-01 19:34:21 +01:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.01.25";
version = "23.01.29";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-ZScDymdtrDTCrLB9Fp3zxBQt0A3qz0vN1OhBCK5K/HQ=";
sha256 = "sha256-uHy1HXCRlPQh9t9bsvClTmP4FW/sP91hYKUXxtdBmdw=";
};
nativeBuildInputs = [ gtk3 ];