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
commit 0aa2b55ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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