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

numix-icon-theme-square: 22.02.06 -> 22.03.01
This commit is contained in:
José Romildo Malaquias 2022-03-04 06:20:31 -03:00 committed by GitHub
commit 71424c5877
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.02.06";
version = "22.03.01";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-dKBNB1udRysDe3HbUh2qudQDeLgS/wmSnY3nAWnmjQo=";
sha256 = "sha256-VCXHInaxn5BKY9Yth6DjoKa/JS2WVjvwAfRMiL2r1B0=";
};
nativeBuildInputs = [ gtk3 ];