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

numix-icon-theme-square: 23.01.12 -> 23.01.25
This commit is contained in:
José Romildo Malaquias 2023-01-26 15:40:39 -03:00 committed by GitHub
commit 812644acc1
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.01.12";
version = "23.01.25";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-DqinupNkjAzjiLkuPCw9IaKRCHtwGnvUQbPNLUeqtRs=";
sha256 = "sha256-ZScDymdtrDTCrLB9Fp3zxBQt0A3qz0vN1OhBCK5K/HQ=";
};
nativeBuildInputs = [ gtk3 ];