numix-icon-theme-square: 20.06.07 -> 20.07.11

gstqt5
R. RyanTM 2020-08-15 02:05:48 +00:00 committed by Jon
parent de6418195a
commit 6ffc7dd6c9
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "20.06.07";
version = "20.07.11";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "0irib8qywc32cqxchb4z20p0vnyvlgxk8z4vqa5lzx7cd4xmflm1";
sha256 = "07jy8l2r6grn7pabn3dnkc8j7xdykl7k57br30c6v61ss8paf2rw";
};
nativeBuildInputs = [ gtk3 ];