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

numix-icon-theme-circle: 22.09.18 -> 22.09.24
This commit is contained in:
José Romildo Malaquias 2022-09-26 10:57:10 -03:00 committed by GitHub
commit 2a48d59211
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.18";
version = "22.09.24";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-O81tOldb7QAKtMOeL5/Bb7+FWQhiIID3AJWybJah+kY=";
sha256 = "sha256-HHJkhQ8icKaPslGIh0gGKHXeTZKWpWcdwkdvQocW9jU=";
};
nativeBuildInputs = [ gtk3 ];