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

numix-icon-theme-circle: 22.10.17 -> 22.10.31
This commit is contained in:
José Romildo Malaquias 2022-10-31 15:11:28 -03:00 committed by GitHub
commit 60934e7c64
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.10.17";
version = "22.10.31";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-eM6oRchH7kuK9CZiQ8iIrHYrSG4p+y1bdXEdezFjNDw=";
sha256 = "sha256-FuXCQkSSSmIx6ZsVUqvOTGZrrvobITF9n9N0phoS49U=";
};
nativeBuildInputs = [ gtk3 ];