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

This commit is contained in:
R. Ryantm 2023-01-26 06:49:59 +00:00
parent b8140c4fde
commit a8173099e7

View file

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