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

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

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "21.12.05";
version = "22.01.15";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-SVWIY7RGwk2AKruDkAYoZ5nDSAU8LPb9dtqxDFumZ5o=";
sha256 = "sha256-z1eLDJWvpUh4qSGz9xu/NcZjpC0Asj8v4HuUxiQO0cQ=";
};
nativeBuildInputs = [ gtk3 ];