numix-icon-theme-circle: 21.12.05 -> 22.01.15

This commit is contained in:
embr 2022-01-19 22:37:49 +01:00
parent d5dae6569e
commit 492e72adec

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "21.12.05";
version = "22.01.15";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-tmrysmg4jVPurNJy3AqzAIjd1QCXoH2nGuJhRinvqVQ=";
sha256 = "sha256-mOjNztzvSdKN4fgbcwYWA+iaYiRIa8v6EeK7eyX0lTs=";
};
nativeBuildInputs = [ gtk3 ];