numix-icon-theme-square: 23.03.19 -> 23.04.05

This commit is contained in:
R. Ryantm 2023-04-05 04:13:54 +00:00
parent cc5bde4085
commit b28d542a16

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.03.19";
version = "23.04.05";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-Hdwby8U9D+k4AjKyDeWhCfGr7z7ETNQPr1lnwweAp7g=";
sha256 = "sha256-fyb0qHmZev7kH8/q6mk2WPT30Szx1/jLIweq12eAIaw=";
};
nativeBuildInputs = [ gtk3 ];