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

numix-icon-theme-circle: 22.10.31 -> 22.11.05
This commit is contained in:
José Romildo Malaquias 2022-11-06 22:53:38 -03:00 committed by GitHub
commit 86ddda113b
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.31";
version = "22.11.05";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-FuXCQkSSSmIx6ZsVUqvOTGZrrvobITF9n9N0phoS49U=";
sha256 = "sha256-1SeXPkqBakqJMys5GQXdcSkI2I/VpnEWD1BZAHFWfCs=";
};
nativeBuildInputs = [ gtk3 ];