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

numix-icon-theme-square: 24.03.12 -> 24.04.16
This commit is contained in:
José Romildo Malaquias 2024-04-18 07:10:17 -03:00 committed by GitHub
commit 4b72d0c5a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "24.03.12";
version = "24.04.16";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-dMPbu23e8ZCDZCYpbfoRwbtDMcy/+IImjGV17Sb5DBk=";
sha256 = "sha256-PYsGP0Snn9A5cJ5CG+RyjC+TJwAqJOFQdnYIUkugnq0=";
};
nativeBuildInputs = [ gtk3 ];