1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

numix-icon-theme-circle: 19.01.24 -> 19.02.22

This commit is contained in:
José Romildo Malaquias 2019-02-24 21:12:47 -03:00
parent bcda0e37f6
commit f422911076

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "19.01.24";
version = "19.02.22";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "18asihcv41jlysb2ynbvbk6fn0lnj7ckaz1nyx1w25a7nk413dnm";
sha256 = "10jh633rllp9yjfkjjyf8455n84q7ppxw1kk9dp1rsg4dq327ks7";
};
nativeBuildInputs = [ gtk3 numix-icon-theme ];