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

numix-icon-theme-square: 23.05.15 -> 23.06.11
This commit is contained in:
José Romildo Malaquias 2023-06-13 20:11:44 -03:00 committed by GitHub
commit d4421a25f6
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.05.15";
version = "23.06.11";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-tcEVwc3Ez0h9JwiHyYfMvdTfUaivy4sH3QJR9tP1LSk=";
sha256 = "sha256-pm3sEx3OJkS4sz+sg09HeTSdQZTdjyxJCsjYWCA4mN0=";
};
nativeBuildInputs = [ gtk3 ];