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

numix-icon-theme-square: 22.01.15 -> 22.02.06
This commit is contained in:
José Romildo Malaquias 2022-02-14 16:50:30 -03:00 committed by GitHub
commit 45fb4fe65c
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 = "22.01.15";
version = "22.02.06";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-z1eLDJWvpUh4qSGz9xu/NcZjpC0Asj8v4HuUxiQO0cQ=";
sha256 = "sha256-dKBNB1udRysDe3HbUh2qudQDeLgS/wmSnY3nAWnmjQo=";
};
nativeBuildInputs = [ gtk3 ];