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

numix-icon-theme-circle: 22.09.12 -> 22.09.18
This commit is contained in:
José Romildo Malaquias 2022-09-19 07:32:15 -03:00 committed by GitHub
commit e143c1b490
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 = "22.09.12";
version = "22.09.18";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-W8hk6UniK4HDJPtMaRQzhfvmE2uZhz4J0QMIbSrtJFo=";
sha256 = "sha256-O81tOldb7QAKtMOeL5/Bb7+FWQhiIID3AJWybJah+kY=";
};
nativeBuildInputs = [ gtk3 ];