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

This commit is contained in:
R. Ryantm 2023-05-19 13:16:08 +00:00
parent a99b0835cb
commit bed8c426e9

View file

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