Merge pull request #149757 from r-ryantm/auto-update/numix-icon-theme-square

numix-icon-theme-square: 21.04.14 -> 21.11.29
This commit is contained in:
José Romildo Malaquias 2021-12-09 07:27:03 -03:00 committed by GitHub
commit e3d3b00193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "21.04.14";
version = "21.11.29";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "0ndxjp173dwz78m41mn818mh4bdsxa2ypv4wrwicx0v4d8z90ddj";
sha256 = "sha256-3zZ/LpjYhYOHPpgRysGYXFLvYux5GgurItuYm7zAZ2M=";
};
nativeBuildInputs = [ gtk3 ];