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

numix-icon-theme-square: 23.04.28 -> 23.05.15
This commit is contained in:
José Romildo Malaquias
2023-05-19 11:12:40 -03:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.04.28";
version = "23.05.15";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-YiuXSYRiFyRh+dlZAvVViYGI2M57z1QPRb3JleL57Go=";
sha256 = "sha256-tcEVwc3Ez0h9JwiHyYfMvdTfUaivy4sH3QJR9tP1LSk=";
};
nativeBuildInputs = [ gtk3 ];