numix-icon-theme-square: 22.06.14 -> 22.07.11

This commit is contained in:
José Romildo 2022-07-12 20:29:38 -03:00
parent 3db6f45ae0
commit 5d8e991179

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "22.06.14";
version = "22.07.11";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-2DWDoUcSjADkOr+4/JaqAHbUzpFSQGYNye9/DvioFrM=";
sha256 = "sha256-ZLQYS9KQETgjSSdwWiA2tiQGS5hiEt4Gl0hUw5RI/S0=";
};
nativeBuildInputs = [ gtk3 ];