numix-icon-theme-square: 23.01.02 -> 23.01.12

This commit is contained in:
R. Ryantm 2023-01-14 02:51:58 +00:00
parent 66bc6e35c9
commit c6a2faf7d4

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.01.02";
version = "23.01.12";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-8GUcfrnnWbJ+tJmc5zwOFfEFMOfeodYY4KyytAnaZEE=";
sha256 = "sha256-DqinupNkjAzjiLkuPCw9IaKRCHtwGnvUQbPNLUeqtRs=";
};
nativeBuildInputs = [ gtk3 ];