numix-icon-theme-square: 23.02.16 -> 23.02.28

This commit is contained in:
R. Ryantm 2023-02-28 18:47:37 +00:00
parent 6290a4f91a
commit d48130d3a7

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.02.16";
version = "23.02.28";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-z9LHSfhCTeHsf4XtPJeOqOqfKHHz0B7n2hciIpCQ9H4=";
sha256 = "sha256-O49cd5ONEaihjJ8Jv8J9pMDMjJeS8fY1TJzIsMW1BH0=";
};
nativeBuildInputs = [ gtk3 ];