Merge pull request #219244 from r-ryantm/auto-update/numix-icon-theme-circle

numix-icon-theme-circle: 23.02.25 -> 23.02.28
This commit is contained in:
José Romildo Malaquias 2023-03-02 20:59:19 -03:00 committed by GitHub
commit 125ae1e7e8
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-circle";
version = "23.02.25";
version = "23.02.28";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-JQK4GjL3piztBVXRnIMNxdB+XTXNaNvWg0wLLui4tRE=";
sha256 = "sha256-dSD5mjWH7ho+1LiZgzVjDkAIbj4XubC3ZKamyMokkds=";
};
nativeBuildInputs = [ gtk3 ];