numix-icon-theme-square: 23.04.20 -> 23.04.28

This commit is contained in:
R. Ryantm 2023-05-03 17:30:24 +00:00
parent 738d35662c
commit 0b360b1c34

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.04.20";
version = "23.04.28";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-O9itWigot15qljmPx4msBa7ucb4j+Wb08q5UTsF2sB8=";
sha256 = "sha256-YiuXSYRiFyRh+dlZAvVViYGI2M57z1QPRb3JleL57Go=";
};
nativeBuildInputs = [ gtk3 ];